Html Css Color HEX #AFD1E5 Light Blue

📋 copy color: '#AFD1E5'

red 175 ◦ green 209 ◦ blue 229

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

Shades of Light Blue #AFD1E5

Tints of Light Blue #AFD1E5

RGB

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

 GREEN value IS 209 (82.03% from 255) = 34.09%

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

R = 28.55%
G = 34.09%
B = 37.36%

CMYK

 C value IS 0.24

 M value IS 0.09

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AFD1E5 (or 0xAFD1E5) is known color: Light Blue. HEX triplet: AF, D1 and E5. RGB value is (175,209,229). Sum of RGB (Red+Green+Blue) = 175+209+229=613 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.55% from 613); Green value is 209 (82.03% from 255 or 34.09% from 613); Blue value is 229 (89.84% from 255 or 37.36% from 613); Max value from RGB is 229 - color contains mainly: blue. Hex color #AFD1E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD1E5 is #502E1A. Grayscale: #C9C9C9. Windows color (decimal): -5254683 or 15061423. OLE color: 15061423.

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

Color convert

RGB 175 209 229 -
CMYK 0.24 0.09 0 0.10
HSL 202.22º 0.51% 0.79% -
HSV(B) 202.22º 0.24% 0.9% -
XYZ 54.62 60.37 82.9 -
YUV 201.11 143.74 109.37 -
System Red Green Blue C M Y K H S L
Decimal 175 209 229 0.24 0.09 0 0.10 202.22 0.51 0.79
Hex AF D1 E5 18 9 0 A CA 33 4F
Octal 257 321 345 30 11 0 12 312 63 117
Binary 10101111 11010001 11100101 11000 1001 0 1010 11001010 110011 1001111

Color Harmonies of #AFD1E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD1E5

Black with #AFD1E5

Text Example


Text Example

White with #AFD1E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD1E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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