Html Css Color HEX #AFDCED Light Blue

📋 copy color: '#AFDCED'

red 175 ◦ green 220 ◦ blue 237

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

Shades of Light Blue #AFDCED

Tints of Light Blue #AFDCED

RGB

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

 GREEN value IS 220 (86.33% from 255) = 34.81%

 BLUE value IS 237 (92.97% from 255) = 37.5%

R = 27.69%
G = 34.81%
B = 37.5%

CMYK

 C value IS 0.26

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AFDCED (or 0xAFDCED) is known color: Light Blue. HEX triplet: AF, DC and ED. RGB value is (175,220,237). Sum of RGB (Red+Green+Blue) = 175+220+237=632 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.69% from 632); Green value is 220 (86.33% from 255 or 34.81% from 632); Blue value is 237 (92.97% from 255 or 37.5% from 632); Max value from RGB is 237 - color contains mainly: blue. Hex color #AFDCED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFDCED is #502312. Grayscale: #D0D0D0. Windows color (decimal): -5251859 or 15588527. OLE color: 15588527.

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

Color convert

RGB 175 220 237 -
CMYK 0.26 0.07 0 0.07
HSL 196.45º 0.63% 0.81% -
HSV(B) 196.45º 0.26% 0.93% -
XYZ 58.56 66.41 89.85 -
YUV 208.48 144.09 104.12 -
System Red Green Blue C M Y K H S L
Decimal 175 220 237 0.26 0.07 0 0.07 196.45 0.63 0.81
Hex AF DC ED 1A 7 0 7 C4 3F 51
Octal 257 334 355 32 7 0 7 304 77 121
Binary 10101111 11011100 11101101 11010 111 0 111 11000100 111111 1010001

Color Harmonies of #AFDCED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDCED

Black with #AFDCED

Text Example


Text Example

White with #AFDCED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDCED; }

 p { color: rgb(175,220,237); }

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

background-color css

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

 a { background-color: rgb(175,220,237); }

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

border-color css

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

 span { border-color: rgb(175,220,237); }

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