Html Css Color HEX #AFDFEC Light Blue

📋 copy color: '#AFDFEC'

red 175 ◦ green 223 ◦ blue 236

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

Shades of Light Blue #AFDFEC

Tints of Light Blue #AFDFEC

RGB

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

 GREEN value IS 223 (87.5% from 255) = 35.17%

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

R = 27.6%
G = 35.17%
B = 37.22%

CMYK

 C value IS 0.26

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AFDFEC (or 0xAFDFEC) is known color: Light Blue. HEX triplet: AF, DF and EC. RGB value is (175,223,236). Sum of RGB (Red+Green+Blue) = 175+223+236=634 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.60% from 634); Green value is 223 (87.5% from 255 or 35.17% from 634); Blue value is 236 (92.58% from 255 or 37.22% from 634); Max value from RGB is 236 - color contains mainly: blue. Hex color #AFDFEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFDFEC is #502013. Grayscale: #D2D2D2. Windows color (decimal): -5251092 or 15523759. OLE color: 15523759.

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

Color convert

RGB 175 223 236 -
CMYK 0.26 0.06 0 0.07
HSL 192.79º 0.62% 0.81% -
HSV(B) 192.79º 0.26% 0.93% -
XYZ 59.21 67.95 89.35 -
YUV 210.13 142.6 102.94 -
System Red Green Blue C M Y K H S L
Decimal 175 223 236 0.26 0.06 0 0.07 192.79 0.62 0.81
Hex AF DF EC 1A 6 0 7 C1 3E 51
Octal 257 337 354 32 6 0 7 301 76 121
Binary 10101111 11011111 11101100 11010 110 0 111 11000001 111110 1010001

Color Harmonies of #AFDFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDFEC

Black with #AFDFEC

Text Example


Text Example

White with #AFDFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDFEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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