Html Css Color HEX #76A9DF Jordy Blue

📋 copy color: '#76A9DF'

red 118 ◦ green 169 ◦ blue 223

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

Shades of Jordy Blue #76A9DF

Tints of Jordy Blue #76A9DF

RGB

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

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

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

R = 23.14%
G = 33.14%
B = 43.73%

CMYK

 C value IS 0.47

 M value IS 0.24

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#76A9DF (or 0x76A9DF) is known color: Jordy Blue. HEX triplet: 76, A9 and DF. RGB value is (118,169,223). Sum of RGB (Red+Green+Blue) = 118+169+223=510 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.14% from 510); Green value is 169 (66.41% from 255 or 33.14% from 510); Blue value is 223 (87.5% from 255 or 43.73% from 510); Max value from RGB is 223 - color contains mainly: blue. Hex color #76A9DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76A9DF is #895620. Grayscale: #9F9F9F. Windows color (decimal): -9000481 or 14657910. OLE color: 14657910.

HSL color Cylindrical-coordinate representation of color #76A9DF: hue angle of 210.86º 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 #76A9DF is Cyan = 0.47, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 118 169 223 -
CMYK 0.47 0.24 0 0.13
HSL 210.86º 0.62% 0.67% -
HSV(B) 210.86º 0.47% 0.87% -
XYZ 34.98 37.56 75.22 -
YUV 159.91 163.6 98.11 -
System Red Green Blue C M Y K H S L
Decimal 118 169 223 0.47 0.24 0 0.13 210.86 0.62 0.67
Hex 76 A9 DF 2F 18 0 D D3 3E 43
Octal 166 251 337 57 30 0 15 323 76 103
Binary 1110110 10101001 11011111 101111 11000 0 1101 11010011 111110 1000011

Color Harmonies of #76A9DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A9DF

Black with #76A9DF

Text Example


Text Example

White with #76A9DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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