#ABCCEC

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

Shades of Pale Cornflower Blue #ABCCEC

Tints of Pale Cornflower Blue #ABCCEC

Color information

#ABCCEC (or 0xABCCEC) is unknown color: approx Pale Cornflower Blue. HEX triplet: AB, CC and EC. RGB value is (171,204,236). Sum of RGB (Red+Green+Blue) = 171+204+236=611 (80% of max value = 765). Red value is 171 (67.19% from 255 or 27.99% from 611); Green value is 204 (80.08% from 255 or 33.39% from 611); Blue value is 236 (92.58% from 255 or 38.63% from 611); Max value from RGB is 236 - color contains mainly: blue. Hex color #ABCCEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABCCEC is #543313. Grayscale: #C5C5C5. Windows color (decimal): -5518100 or 15518891. OLE color: 15518891.

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

Color convert

RGB171204236-
CMYK0.280.1400.07
HSL209.54º63.11%79.8%-
HSV(B)209.54º27.54%92.55%-
XYZ53.5357.987.71-
YUV197.78149.57108.9-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.99%
GREEN value IS 204 (80.08% from 255) = 33.39%
BLUE value IS 236 (92.58% from 255) = 38.63%
R=27.99%
G=33.39%
B=38.63%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1712042360.280.1400.07209.5463.1179.8
HexABCCEC1CE07d23f50
Octal25331435434160732277120
Binary1010101111001100111011001110011100111110100101111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCCEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCCEC; }

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

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

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

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

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

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

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

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