Html Css Color HEX #AFDBEC Light Blue

📋 copy color: '#AFDBEC'

red 175 ◦ green 219 ◦ blue 236

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

Shades of Light Blue #AFDBEC

Tints of Light Blue #AFDBEC

RGB

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

 GREEN value IS 219 (85.94% from 255) = 34.76%

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

R = 27.78%
G = 34.76%
B = 37.46%

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

#AFDBEC (or 0xAFDBEC) is known color: Light Blue. HEX triplet: AF, DB and EC. RGB value is (175,219,236). Sum of RGB (Red+Green+Blue) = 175+219+236=630 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.78% from 630); Green value is 219 (85.94% from 255 or 34.76% from 630); Blue value is 236 (92.58% from 255 or 37.46% from 630); Max value from RGB is 236 - color contains mainly: blue. Hex color #AFDBEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFDBEC is #502413. Grayscale: #CFCFCF. Windows color (decimal): -5252116 or 15522735. OLE color: 15522735.

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

Color convert

RGB 175 219 236 -
CMYK 0.26 0.07 0 0.07
HSL 196.72º 0.62% 0.81% -
HSV(B) 196.72º 0.26% 0.93% -
XYZ 58.15 65.83 89 -
YUV 207.78 143.92 104.62 -
System Red Green Blue C M Y K H S L
Decimal 175 219 236 0.26 0.07 0 0.07 196.72 0.62 0.81
Hex AF DB EC 1A 7 0 7 C5 3E 51
Octal 257 333 354 32 7 0 7 305 76 121
Binary 10101111 11011011 11101100 11010 111 0 111 11000101 111110 1010001

Color Harmonies of #AFDBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDBEC

Black with #AFDBEC

Text Example


Text Example

White with #AFDBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDBEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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