#76AFDE

Color #76AFDE Jordy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jordy Blue #76AFDE

Tints of Jordy Blue #76AFDE

Color information

#76AFDE (or 0x76AFDE) is unknown color: approx Jordy Blue. HEX triplet: 76, AF and DE. RGB value is (118,175,222). Sum of RGB (Red+Green+Blue) = 118+175+222=515 (68% of max value = 765). Red value is 118 (46.48% from 255 or 22.91% from 515); Green value is 175 (68.75% from 255 or 33.98% from 515); Blue value is 222 (87.11% from 255 or 43.11% from 515); Max value from RGB is 222 - color contains mainly: blue. Hex color #76AFDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76AFDE is #895021. Grayscale: #A3A3A3. Windows color (decimal): -8998946 or 14593910. OLE color: 14593910.

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

Color convert

RGB118175222-
CMYK0.470.2100.13
HSL207.12º61.18%66.67%-
HSV(B)207.12º46.85%87.06%-
XYZ35.9939.7974.89-
YUV163.32161.1295.68-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 22.91%
GREEN value IS 175 (68.75% from 255) = 33.98%
BLUE value IS 222 (87.11% from 255) = 43.11%
R=22.91%
G=33.98%
B=43.11%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1181752220.470.2100.13207.1261.1866.67
Hex76AFDE2F150Dcf3d43
Octal166257336572501531775103
Binary111011010101111110111101011111010101101110011111111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76AFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,175,222); }

 H1.HeaderClassName
 {
   color: #76AFDE;
 }
 .AnyTagClassName
 {
   color: #76AFDE;
 }
</style>
background-color css

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

 a { background-color: rgb(118,175,222); }

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

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

 span { border-color: rgb(118,175,222); }

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