Html Css Color HEX #AFD4EA Light Blue

📋 copy color: '#AFD4EA'

red 175 ◦ green 212 ◦ blue 234

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

Shades of Light Blue #AFD4EA

Tints of Light Blue #AFD4EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 37.68%

R = 28.18%
G = 34.14%
B = 37.68%

CMYK

 C value IS 0.25

 M value IS 0.09

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AFD4EA (or 0xAFD4EA) is known color: Light Blue. HEX triplet: AF, D4 and EA. RGB value is (175,212,234). Sum of RGB (Red+Green+Blue) = 175+212+234=621 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.18% from 621); Green value is 212 (83.20% from 255 or 34.14% from 621); Blue value is 234 (91.80% from 255 or 37.68% from 621); Max value from RGB is 234 - color contains mainly: blue. Hex color #AFD4EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFD4EA is #502B15. Grayscale: #CBCBCB. Windows color (decimal): -5253910 or 15389871. OLE color: 15389871.

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

Color convert

RGB 175 212 234 -
CMYK 0.25 0.09 0 0.08
HSL 202.37º 0.58% 0.8% -
HSV(B) 202.37º 0.25% 0.92% -
XYZ 56.07 62.14 86.88 -
YUV 203.45 145.24 107.71 -
System Red Green Blue C M Y K H S L
Decimal 175 212 234 0.25 0.09 0 0.08 202.37 0.58 0.8
Hex AF D4 EA 19 9 0 8 CA 3A 50
Octal 257 324 352 31 11 0 10 312 72 120
Binary 10101111 11010100 11101010 11001 1001 0 1000 11001010 111010 1010000

Color Harmonies of #AFD4EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD4EA

Black with #AFD4EA

Text Example


Text Example

White with #AFD4EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD4EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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