#AFD9EA

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

Shades of Light Blue #AFD9EA

Tints of Light Blue #AFD9EA

Color information

#AFD9EA (or 0xAFD9EA) is unknown color: approx Light Blue. HEX triplet: AF, D9 and EA. RGB value is (175,217,234). Sum of RGB (Red+Green+Blue) = 175+217+234=626 (82% of max value = 765). Red value is 175 (68.75% from 255 or 27.96% from 626); Green value is 217 (85.16% from 255 or 34.66% from 626); Blue value is 234 (91.80% from 255 or 37.38% from 626); Max value from RGB is 234 - color contains mainly: blue. Hex color #AFD9EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFD9EA is #502615. Grayscale: #CECECE. Windows color (decimal): -5252630 or 15391151. OLE color: 15391151.

HSL color Cylindrical-coordinate representation of color #AFD9EA: hue angle of 197.29º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AFD9EA is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB175217234-
CMYK0.250.0700.08
HSL197.29º58.42%80.2%-
HSV(B)197.29º25.21%91.76%-
XYZ57.3464.6887.3-
YUV206.38143.59105.62-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.96%
GREEN value IS 217 (85.16% from 255) = 34.66%
BLUE value IS 234 (91.80% from 255) = 37.38%
R=27.96%
G=34.66%
B=37.38%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1752172340.250.0700.08197.2958.4280.2
HexAFD9EA19708c53a50
Octal25733135231701030572120
Binary1010111111011001111010101100111101000110001011110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD9EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD9EA; }

 p { color: rgb(175,217,234); }

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

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

 a { background-color: rgb(175,217,234); }

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

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

 span { border-color: rgb(175,217,234); }

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