#afd4e9

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

Shades of Light Blue #AFD4E9

Tints of Light Blue #AFD4E9

Color information

#AFD4E9 (or 0xAFD4E9) is unknown color: approx Light Blue. HEX triplet: AF, D4 and E9. RGB value is (175,212,233). Sum of RGB (Red+Green+Blue) = 175+212+233=620 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.23% from 620); Green value is 212 (83.20% from 255 or 34.19% from 620); Blue value is 233 (91.41% from 255 or 37.58% from 620); Max value from RGB is 233 - color contains mainly: blue. Hex color #AFD4E9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFD4E9 is #502B16. Grayscale: #CBCBCB. Windows color (decimal): -5253911 or 15324335. OLE color: 15324335.

HSL color Cylindrical-coordinate representation of color #AFD4E9: hue angle of 201.72º degrees, saturation: 0.57, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AFD4E9 is Cyan = 0.25, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB175212233-
CMYK0.250.0900.09
HSL201.72º56.86%80%-
HSV(B)201.72º24.89%91.37%-
XYZ55.9362.0886.13-
YUV203.33144.74107.79-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.23%
GREEN value IS 212 (83.20% from 255) = 34.19%
BLUE value IS 233 (91.41% from 255) = 37.58%
R=28.23%
G=34.19%
B=37.58%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1752122330.250.0900.09201.7256.8680
HexAFD4E919909ca3950
Octal257324351311101131271120
Binary10101111110101001110100111001100101001110010101110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #afd4e9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #afd4e9; }

 p { color: rgb(175,212,233); }

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

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

 a { background-color: rgb(175,212,233); }

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

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

 span { border-color: rgb(175,212,233); }

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