#ABD0ED

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

Shades of Pale Cornflower Blue #ABD0ED

Tints of Pale Cornflower Blue #ABD0ED

Color information

#ABD0ED (or 0xABD0ED) is unknown color: approx Pale Cornflower Blue. HEX triplet: AB, D0 and ED. RGB value is (171,208,237). Sum of RGB (Red+Green+Blue) = 171+208+237=616 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.76% from 616); Green value is 208 (81.64% from 255 or 33.77% from 616); Blue value is 237 (92.97% from 255 or 38.47% from 616); Max value from RGB is 237 - color contains mainly: blue. Hex color #ABD0ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABD0ED is #542F12. Grayscale: #C8C8C8. Windows color (decimal): -5517075 or 15585451. OLE color: 15585451.

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

Color convert

RGB171208237-
CMYK0.280.1200.07
HSL206.36º64.71%80%-
HSV(B)206.36º27.85%92.94%-
XYZ54.6459.8888.8-
YUV200.24148.74107.14-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.76%
GREEN value IS 208 (81.64% from 255) = 33.77%
BLUE value IS 237 (92.97% from 255) = 38.47%
R=27.76%
G=33.77%
B=38.47%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1712082370.280.1200.07206.3664.7180
HexABD0ED1CC07ce4150
Octal253320355341407316101120
Binary10101011110100001110110111100110001111100111010000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD0ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD0ED; }

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

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

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

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

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

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

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

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