Html Css Color HEX #ABDBEC Light Blue

📋 copy color: '#ABDBEC'

red 171 ◦ green 219 ◦ blue 236

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

Shades of Light Blue #ABDBEC

Tints of Light Blue #ABDBEC

RGB

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

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

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

R = 27.32%
G = 34.98%
B = 37.7%

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

#ABDBEC (or 0xABDBEC) is known color: Light Blue. HEX triplet: AB, DB and EC. RGB value is (171,219,236). Sum of RGB (Red+Green+Blue) = 171+219+236=626 (82% of max value = 765). Red value is 171 (67.19% from 255 or 27.32% from 626); Green value is 219 (85.94% from 255 or 34.98% from 626); Blue value is 236 (92.58% from 255 or 37.70% from 626); Max value from RGB is 236 - color contains mainly: blue. Hex color #ABDBEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABDBEC is #542413. Grayscale: #CECECE. Windows color (decimal): -5514260 or 15522731. OLE color: 15522731.

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

Color convert

RGB 171 219 236 -
CMYK 0.28 0.07 0 0.07
HSL 195.69º 0.63% 0.8% -
HSV(B) 195.69º 0.28% 0.93% -
XYZ 57.27 65.38 88.96 -
YUV 206.59 144.6 102.62 -
System Red Green Blue C M Y K H S L
Decimal 171 219 236 0.28 0.07 0 0.07 195.69 0.63 0.8
Hex AB DB EC 1C 7 0 7 C4 3F 50
Octal 253 333 354 34 7 0 7 304 77 120
Binary 10101011 11011011 11101100 11100 111 0 111 11000100 111111 1010000

Color Harmonies of #ABDBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDBEC

Black with #ABDBEC

Text Example


Text Example

White with #ABDBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDBEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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