Html Css Color HEX #AFDAEC Light Blue

📋 copy color: '#AFDAEC'

red 175 ◦ green 218 ◦ blue 236

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

Shades of Light Blue #AFDAEC

Tints of Light Blue #AFDAEC

RGB

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

 GREEN value IS 218 (85.55% from 255) = 34.66%

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

R = 27.82%
G = 34.66%
B = 37.52%

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

#AFDAEC (or 0xAFDAEC) is known color: Light Blue. HEX triplet: AF, DA and EC. RGB value is (175,218,236). Sum of RGB (Red+Green+Blue) = 175+218+236=629 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.82% from 629); Green value is 218 (85.55% from 255 or 34.66% from 629); Blue value is 236 (92.58% from 255 or 37.52% from 629); Max value from RGB is 236 - color contains mainly: blue. Hex color #AFDAEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFDAEC is #502513. Grayscale: #CFCFCF. Windows color (decimal): -5252372 or 15522479. OLE color: 15522479.

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

Color convert

RGB 175 218 236 -
CMYK 0.26 0.08 0 0.07
HSL 197.7º 0.62% 0.81% -
HSV(B) 197.7º 0.26% 0.93% -
XYZ 57.89 65.31 88.91 -
YUV 207.2 144.25 105.04 -
System Red Green Blue C M Y K H S L
Decimal 175 218 236 0.26 0.08 0 0.07 197.7 0.62 0.81
Hex AF DA EC 1A 8 0 7 C6 3E 51
Octal 257 332 354 32 10 0 7 306 76 121
Binary 10101111 11011010 11101100 11010 1000 0 111 11000110 111110 1010001

Color Harmonies of #AFDAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDAEC

Black with #AFDAEC

Text Example


Text Example

White with #AFDAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDAEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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