Html Css Color HEX #AFD9EC Light Blue

📋 copy color: '#AFD9EC'

red 175 ◦ green 217 ◦ blue 236

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

Shades of Light Blue #AFD9EC

Tints of Light Blue #AFD9EC

RGB

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

 GREEN value IS 217 (85.16% from 255) = 34.55%

 BLUE value IS 236 (92.58% from 255) = 37.58%

R = 27.87%
G = 34.55%
B = 37.58%

CMYK

 C value IS 0.26

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AFD9EC (or 0xAFD9EC) is known color: Light Blue. HEX triplet: AF, D9 and EC. RGB value is (175,217,236). Sum of RGB (Red+Green+Blue) = 175+217+236=628 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.87% from 628); Green value is 217 (85.16% from 255 or 34.55% from 628); Blue value is 236 (92.58% from 255 or 37.58% from 628); Max value from RGB is 236 - color contains mainly: blue. Hex color #AFD9EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFD9EC is #502613. Grayscale: #CECECE. Windows color (decimal): -5252628 or 15522223. OLE color: 15522223.

HSL color Cylindrical-coordinate representation of color #AFD9EC: hue angle of 198.69º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFD9EC is Cyan = 0.26, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 217 236 -
CMYK 0.26 0.08 0 0.07
HSL 198.69º 0.62% 0.81% -
HSV(B) 198.69º 0.26% 0.93% -
XYZ 57.63 64.8 88.83 -
YUV 206.61 144.59 105.46 -
System Red Green Blue C M Y K H S L
Decimal 175 217 236 0.26 0.08 0 0.07 198.69 0.62 0.81
Hex AF D9 EC 1A 8 0 7 C7 3E 51
Octal 257 331 354 32 10 0 7 307 76 121
Binary 10101111 11011001 11101100 11010 1000 0 111 11000111 111110 1010001

Color Harmonies of #AFD9EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD9EC

Black with #AFD9EC

Text Example


Text Example

White with #AFD9EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD9EC; }

 p { color: rgb(175,217,236); }

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

background-color css

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

 a { background-color: rgb(175,217,236); }

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

border-color css

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

 span { border-color: rgb(175,217,236); }

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