Html Css Color HEX #AFDCE6 Light Blue

📋 copy color: '#AFDCE6'

red 175 ◦ green 220 ◦ blue 230

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

Shades of Light Blue #AFDCE6

Tints of Light Blue #AFDCE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 36.8%

R = 28%
G = 35.2%
B = 36.8%

CMYK

 C value IS 0.24

 M value IS 0.04

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AFDCE6 (or 0xAFDCE6) is known color: Light Blue. HEX triplet: AF, DC and E6. RGB value is (175,220,230). Sum of RGB (Red+Green+Blue) = 175+220+230=625 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28% from 625); Green value is 220 (86.33% from 255 or 35.2% from 625); Blue value is 230 (90.23% from 255 or 36.8% from 625); Max value from RGB is 230 - color contains mainly: blue. Hex color #AFDCE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFDCE6 is #502319. Grayscale: #CFCFCF. Windows color (decimal): -5251866 or 15129775. OLE color: 15129775.

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

Color convert

RGB 175 220 230 -
CMYK 0.24 0.04 0 0.10
HSL 190.91º 0.52% 0.79% -
HSV(B) 190.91º 0.24% 0.9% -
XYZ 57.56 66.01 84.57 -
YUV 207.69 140.59 104.69 -
System Red Green Blue C M Y K H S L
Decimal 175 220 230 0.24 0.04 0 0.10 190.91 0.52 0.79
Hex AF DC E6 18 4 0 A BF 34 4F
Octal 257 334 346 30 4 0 12 277 64 117
Binary 10101111 11011100 11100110 11000 100 0 1010 10111111 110100 1001111

Color Harmonies of #AFDCE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDCE6

Black with #AFDCE6

Text Example


Text Example

White with #AFDCE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDCE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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