Html Css Color HEX #76A9E0 Jordy Blue

📋 copy color: '#76A9E0'

red 118 ◦ green 169 ◦ blue 224

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

Shades of Jordy Blue #76A9E0

Tints of Jordy Blue #76A9E0

RGB

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

 GREEN value IS 169 (66.41% from 255) = 33.07%

 BLUE value IS 224 (87.89% from 255) = 43.84%

R = 23.09%
G = 33.07%
B = 43.84%

CMYK

 C value IS 0.47

 M value IS 0.25

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#76A9E0 (or 0x76A9E0) is known color: Jordy Blue. HEX triplet: 76, A9 and E0. RGB value is (118,169,224). Sum of RGB (Red+Green+Blue) = 118+169+224=511 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.09% from 511); Green value is 169 (66.41% from 255 or 33.07% from 511); Blue value is 224 (87.89% from 255 or 43.84% from 511); Max value from RGB is 224 - color contains mainly: blue. Hex color #76A9E0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76A9E0 is #89561F. Grayscale: #9F9F9F. Windows color (decimal): -9000480 or 14723446. OLE color: 14723446.

HSL color Cylindrical-coordinate representation of color #76A9E0: hue angle of 211.13º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #76A9E0 is Cyan = 0.47, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 118 169 224 -
CMYK 0.47 0.25 0 0.12
HSL 211.13º 0.63% 0.67% -
HSV(B) 211.13º 0.47% 0.88% -
XYZ 35.11 37.61 75.93 -
YUV 160.02 164.1 98.03 -
System Red Green Blue C M Y K H S L
Decimal 118 169 224 0.47 0.25 0 0.12 211.13 0.63 0.67
Hex 76 A9 E0 2F 19 0 C D3 3F 43
Octal 166 251 340 57 31 0 14 323 77 103
Binary 1110110 10101001 11100000 101111 11001 0 1100 11010011 111111 1000011

Color Harmonies of #76A9E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A9E0

Black with #76A9E0

Text Example


Text Example

White with #76A9E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,169,224); }

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

background-color css

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

 a { background-color: rgb(118,169,224); }

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

border-color css

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

 span { border-color: rgb(118,169,224); }

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