#ABCEEB

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

Shades of Pale Cornflower Blue #ABCEEB

Tints of Pale Cornflower Blue #ABCEEB

Color information

#ABCEEB (or 0xABCEEB) is unknown color: approx Pale Cornflower Blue. HEX triplet: AB, CE and EB. RGB value is (171,206,235). Sum of RGB (Red+Green+Blue) = 171+206+235=612 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.94% from 612); Green value is 206 (80.86% from 255 or 33.66% from 612); Blue value is 235 (92.19% from 255 or 38.40% from 612); Max value from RGB is 235 - color contains mainly: blue. Hex color #ABCEEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABCEEB is #543114. Grayscale: #C6C6C6. Windows color (decimal): -5517589 or 15453867. OLE color: 15453867.

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

Color convert

RGB171206235-
CMYK0.270.1200.08
HSL207.19º61.54%79.61%-
HSV(B)207.19º27.23%92.16%-
XYZ53.8658.887.11-
YUV198.84148.4108.14-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.94%
GREEN value IS 206 (80.86% from 255) = 33.66%
BLUE value IS 235 (92.19% from 255) = 38.40%
R=27.94%
G=33.66%
B=38.40%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1712062350.270.1200.08207.1961.5479.61
HexABCEEB1BC08cf3e50
Octal253316353331401031776120
Binary10101011110011101110101111011110001000110011111111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCEEB; }

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

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

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

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

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

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

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

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