Html Css Color HEX #AFD4E5 Light Blue

📋 copy color: '#AFD4E5'

red 175 ◦ green 212 ◦ blue 229

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

Shades of Light Blue #AFD4E5

Tints of Light Blue #AFD4E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 37.18%

R = 28.41%
G = 34.42%
B = 37.18%

CMYK

 C value IS 0.24

 M value IS 0.07

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AFD4E5 (or 0xAFD4E5) is known color: Light Blue. HEX triplet: AF, D4 and E5. RGB value is (175,212,229). Sum of RGB (Red+Green+Blue) = 175+212+229=616 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.41% from 616); Green value is 212 (83.20% from 255 or 34.42% from 616); Blue value is 229 (89.84% from 255 or 37.18% from 616); Max value from RGB is 229 - color contains mainly: blue. Hex color #AFD4E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD4E5 is #502B1A. Grayscale: #CACACA. Windows color (decimal): -5253915 or 15062191. OLE color: 15062191.

HSL color Cylindrical-coordinate representation of color #AFD4E5: hue angle of 198.89º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AFD4E5 is Cyan = 0.24, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 175 212 229 -
CMYK 0.24 0.07 0 0.10
HSL 198.89º 0.51% 0.79% -
HSV(B) 198.89º 0.24% 0.9% -
XYZ 55.37 61.86 83.15 -
YUV 202.88 142.74 108.12 -
System Red Green Blue C M Y K H S L
Decimal 175 212 229 0.24 0.07 0 0.10 198.89 0.51 0.79
Hex AF D4 E5 18 7 0 A C7 33 4F
Octal 257 324 345 30 7 0 12 307 63 117
Binary 10101111 11010100 11100101 11000 111 0 1010 11000111 110011 1001111

Color Harmonies of #AFD4E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD4E5

Black with #AFD4E5

Text Example


Text Example

White with #AFD4E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD4E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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