Html Css Color HEX #ABDCEC Light Blue

📋 copy color: '#ABDCEC'

red 171 ◦ green 220 ◦ blue 236

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

Shades of Light Blue #ABDCEC

Tints of Light Blue #ABDCEC

RGB

 RED value IS 171 (67.19% from 255) = 27.27%

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

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

R = 27.27%
G = 35.09%
B = 37.64%

CMYK

 C value IS 0.28

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ABDCEC (or 0xABDCEC) is known color: Light Blue. HEX triplet: AB, DC and EC. RGB value is (171,220,236). Sum of RGB (Red+Green+Blue) = 171+220+236=627 (83% of max value = 765). Red value is 171 (67.19% from 255 or 27.27% from 627); Green value is 220 (86.33% from 255 or 35.09% from 627); Blue value is 236 (92.58% from 255 or 37.64% from 627); Max value from RGB is 236 - color contains mainly: blue. Hex color #ABDCEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABDCEC is #542313. Grayscale: #CFCFCF. Windows color (decimal): -5514004 or 15522987. OLE color: 15522987.

HSL color Cylindrical-coordinate representation of color #ABDCEC: hue angle of 194.77º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ABDCEC is Cyan = 0.28, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 171 220 236 -
CMYK 0.28 0.07 0 0.07
HSL 194.77º 0.63% 0.8% -
HSV(B) 194.77º 0.28% 0.93% -
XYZ 57.53 65.9 89.04 -
YUV 207.17 144.27 102.2 -
System Red Green Blue C M Y K H S L
Decimal 171 220 236 0.28 0.07 0 0.07 194.77 0.63 0.8
Hex AB DC EC 1C 7 0 7 C3 3F 50
Octal 253 334 354 34 7 0 7 303 77 120
Binary 10101011 11011100 11101100 11100 111 0 111 11000011 111111 1010000

Color Harmonies of #ABDCEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDCEC

Black with #ABDCEC

Text Example


Text Example

White with #ABDCEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDCEC; }

 p { color: rgb(171,220,236); }

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

background-color css

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

 a { background-color: rgb(171,220,236); }

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

border-color css

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

 span { border-color: rgb(171,220,236); }

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