Html Css Color HEX #76A1DF Jordy Blue

📋 copy color: '#76A1DF'

red 118 ◦ green 161 ◦ blue 223

#76A1DF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jordy Blue #76A1DF

Tints of Jordy Blue #76A1DF

RGB

 RED value IS 118 (46.48% from 255) = 23.51%

 GREEN value IS 161 (63.28% from 255) = 32.07%

 BLUE value IS 223 (87.5% from 255) = 44.42%

R = 23.51%
G = 32.07%
B = 44.42%

CMYK

 C value IS 0.47

 M value IS 0.28

 Y value IS 0

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#76A1DF (or 0x76A1DF) is known color: Jordy Blue. HEX triplet: 76, A1 and DF. RGB value is (118,161,223). Sum of RGB (Red+Green+Blue) = 118+161+223=502 (66% of max value = 765). Red value is 118 (46.48% from 255 or 23.51% from 502); Green value is 161 (63.28% from 255 or 32.07% from 502); Blue value is 223 (87.5% from 255 or 44.42% from 502); Max value from RGB is 223 - color contains mainly: blue. Hex color #76A1DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76A1DF is #895E20. Grayscale: #9A9A9A. Windows color (decimal): -9002529 or 14655862. OLE color: 14655862.

HSL color Cylindrical-coordinate representation of color #76A1DF: hue angle of 215.43º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #76A1DF is Cyan = 0.47, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 118 161 223 -
CMYK 0.47 0.28 0 0.13
HSL 215.43º 0.62% 0.67% -
HSV(B) 215.43º 0.47% 0.87% -
XYZ 33.54 34.67 74.74 -
YUV 155.21 166.25 101.46 -
System Red Green Blue C M Y K H S L
Decimal 118 161 223 0.47 0.28 0 0.13 215.43 0.62 0.67
Hex 76 A1 DF 2F 1C 0 D D7 3E 43
Octal 166 241 337 57 34 0 15 327 76 103
Binary 1110110 10100001 11011111 101111 11100 0 1101 11010111 111110 1000011

Color Harmonies of #76A1DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A1DF

Black with #76A1DF

Text Example


Text Example

White with #76A1DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76A1DF; }

 p { color: rgb(118,161,223); }

 H1.HeaderClassName
 {
   color: #76A1DF;
 }
 .AnyTagClassName
 {
   color: #76A1DF;
 }
</style>

background-color css

<style>
 a { background-color: #76A1DF; }

 a { background-color: rgb(118,161,223); }

 div.DivClassName
 {
   background-color: #76A1DF;
 }
 .BgClassName
 {
   background-color: #76A1DF;
 }
</style>

border-color css

<style>
 span { border-color: #76A1DF; }

 span { border-color: rgb(118,161,223); }

 td.TdClassName
 {
   border-color: #76A1DF;
 }
 .TagClassName
 {
   border-color: #76A1DF;
 }
</style>