Html Css Color HEX #ABDDEC Light Blue

📋 copy color: '#ABDDEC'

red 171 ◦ green 221 ◦ blue 236

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

Shades of Light Blue #ABDDEC

Tints of Light Blue #ABDDEC

RGB

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

 GREEN value IS 221 (86.72% from 255) = 35.19%

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

R = 27.23%
G = 35.19%
B = 37.58%

CMYK

 C value IS 0.28

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ABDDEC (or 0xABDDEC) is known color: Light Blue. HEX triplet: AB, DD and EC. RGB value is (171,221,236). Sum of RGB (Red+Green+Blue) = 171+221+236=628 (83% of max value = 765). Red value is 171 (67.19% from 255 or 27.23% from 628); Green value is 221 (86.72% from 255 or 35.19% from 628); Blue value is 236 (92.58% from 255 or 37.58% from 628); Max value from RGB is 236 - color contains mainly: blue. Hex color #ABDDEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABDDEC is #542213. Grayscale: #CFCFCF. Windows color (decimal): -5513748 or 15523243. OLE color: 15523243.

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

Color convert

RGB 171 221 236 -
CMYK 0.28 0.06 0 0.07
HSL 193.85º 0.63% 0.8% -
HSV(B) 193.85º 0.28% 0.93% -
XYZ 57.79 66.43 89.13 -
YUV 207.76 143.94 101.78 -
System Red Green Blue C M Y K H S L
Decimal 171 221 236 0.28 0.06 0 0.07 193.85 0.63 0.8
Hex AB DD EC 1C 6 0 7 C2 3F 50
Octal 253 335 354 34 6 0 7 302 77 120
Binary 10101011 11011101 11101100 11100 110 0 111 11000010 111111 1010000

Color Harmonies of #ABDDEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDDEC

Black with #ABDDEC

Text Example


Text Example

White with #ABDDEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDDEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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