#ABDDED

Color #ABDDED Light Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Blue #ABDDED

Tints of Light Blue #ABDDED

Color information

#ABDDED (or 0xABDDED) is unknown color: approx Light Blue. HEX triplet: AB, DD and ED. RGB value is (171,221,237). Sum of RGB (Red+Green+Blue) = 171+221+237=629 (83% of max value = 765). Red value is 171 (67.19% from 255 or 27.19% from 629); Green value is 221 (86.72% from 255 or 35.14% from 629); Blue value is 237 (92.97% from 255 or 37.68% from 629); Max value from RGB is 237 - color contains mainly: blue. Hex color #ABDDED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABDDED is #542212. Grayscale: #CFCFCF. Windows color (decimal): -5513747 or 15588779. OLE color: 15588779.

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

Color convert

RGB171221237-
CMYK0.280.0700.07
HSL194.55º64.71%80%-
HSV(B)194.55º27.85%92.94%-
XYZ57.9466.4989.9-
YUV207.87144.44101.7-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.19%
GREEN value IS 221 (86.72% from 255) = 35.14%
BLUE value IS 237 (92.97% from 255) = 37.68%
R=27.19%
G=35.14%
B=37.68%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1712212370.280.0700.07194.5564.7180
HexABDDED1C707c34150
Octal25333535534707303101120
Binary1010101111011101111011011110011101111100001110000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDDED; }

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

 H1.HeaderClassName
 {
   color: #ABDDED;
 }
 .AnyTagClassName
 {
   color: #ABDDED;
 }
</style>
background-color css

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

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

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

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

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

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