Html Css Color HEX #AFD4E8 Light Blue

📋 copy color: '#AFD4E8'

red 175 ◦ green 212 ◦ blue 232

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

Shades of Light Blue #AFD4E8

Tints of Light Blue #AFD4E8

RGB

 RED value IS 175 (68.75% from 255) = 28.27%

 GREEN value IS 212 (83.2% from 255) = 34.25%

 BLUE value IS 232 (91.02% from 255) = 37.48%

R = 28.27%
G = 34.25%
B = 37.48%

CMYK

 C value IS 0.25

 M value IS 0.09

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AFD4E8 (or 0xAFD4E8) is known color: Light Blue. HEX triplet: AF, D4 and E8. RGB value is (175,212,232). Sum of RGB (Red+Green+Blue) = 175+212+232=619 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.27% from 619); Green value is 212 (83.20% from 255 or 34.25% from 619); Blue value is 232 (91.02% from 255 or 37.48% from 619); Max value from RGB is 232 - color contains mainly: blue. Hex color #AFD4E8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFD4E8 is #502B17. Grayscale: #CBCBCB. Windows color (decimal): -5253912 or 15258799. OLE color: 15258799.

HSL color Cylindrical-coordinate representation of color #AFD4E8: hue angle of 201.05º degrees, saturation: 0.55, 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 #AFD4E8 is Cyan = 0.25, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 175 212 232 -
CMYK 0.25 0.09 0 0.09
HSL 201.05º 0.55% 0.8% -
HSV(B) 201.05º 0.25% 0.91% -
XYZ 55.79 62.03 85.38 -
YUV 203.22 144.24 107.87 -
System Red Green Blue C M Y K H S L
Decimal 175 212 232 0.25 0.09 0 0.09 201.05 0.55 0.8
Hex AF D4 E8 19 9 0 9 C9 37 50
Octal 257 324 350 31 11 0 11 311 67 120
Binary 10101111 11010100 11101000 11001 1001 0 1001 11001001 110111 1010000

Color Harmonies of #AFD4E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD4E8

Black with #AFD4E8

Text Example


Text Example

White with #AFD4E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD4E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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