#ABCCEA

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

Shades of Pale Cornflower Blue #ABCCEA

Tints of Pale Cornflower Blue #ABCCEA

Color information

#ABCCEA (or 0xABCCEA) is unknown color: approx Pale Cornflower Blue. HEX triplet: AB, CC and EA. RGB value is (171,204,234). Sum of RGB (Red+Green+Blue) = 171+204+234=609 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.08% from 609); Green value is 204 (80.08% from 255 or 33.50% from 609); Blue value is 234 (91.80% from 255 or 38.42% from 609); Max value from RGB is 234 - color contains mainly: blue. Hex color #ABCCEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABCCEA is #543315. Grayscale: #C5C5C5. Windows color (decimal): -5518102 or 15387819. OLE color: 15387819.

HSL color Cylindrical-coordinate representation of color #ABCCEA: hue angle of 208.57º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ABCCEA is Cyan = 0.27, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB171204234-
CMYK0.270.1300.08
HSL208.57º60%79.41%-
HSV(B)208.57º26.92%91.76%-
XYZ53.2457.7886.19-
YUV197.55148.57109.06-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.08%
GREEN value IS 204 (80.08% from 255) = 33.50%
BLUE value IS 234 (91.80% from 255) = 38.42%
R=28.08%
G=33.50%
B=38.42%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1712042340.270.1300.08208.576079.41
HexABCCEA1BD08d13c4f
Octal253314352331501032174117
Binary10101011110011001110101011011110101000110100011111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCCEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCCEA; }

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

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

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

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

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

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

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

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