#ABCCEB

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

Shades of Pale Cornflower Blue #ABCCEB

Tints of Pale Cornflower Blue #ABCCEB

Color information

#ABCCEB (or 0xABCCEB) is unknown color: approx Pale Cornflower Blue. HEX triplet: AB, CC and EB. RGB value is (171,204,235). Sum of RGB (Red+Green+Blue) = 171+204+235=610 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.03% from 610); Green value is 204 (80.08% from 255 or 33.44% from 610); Blue value is 235 (92.19% from 255 or 38.52% from 610); Max value from RGB is 235 - color contains mainly: blue. Hex color #ABCCEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABCCEB is #543314. Grayscale: #C5C5C5. Windows color (decimal): -5518101 or 15453355. OLE color: 15453355.

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

Color convert

RGB171204235-
CMYK0.270.1300.08
HSL209.06º61.54%79.61%-
HSV(B)209.06º27.23%92.16%-
XYZ53.3857.8486.95-
YUV197.67149.07108.98-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.03%
GREEN value IS 204 (80.08% from 255) = 33.44%
BLUE value IS 235 (92.19% from 255) = 38.52%
R=28.03%
G=33.44%
B=38.52%

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
Decimal1712042350.270.1300.08209.0661.5479.61
HexABCCEB1BD08d13e50
Octal253314353331501032176120
Binary10101011110011001110101111011110101000110100011111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCCEB; }

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

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

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

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

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

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

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

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