#ABCEF2

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

Shades of Pale Cornflower Blue #ABCEF2

Tints of Pale Cornflower Blue #ABCEF2

Color information

#ABCEF2 (or 0xABCEF2) is unknown color: approx Pale Cornflower Blue. HEX triplet: AB, CE and F2. RGB value is (171,206,242). Sum of RGB (Red+Green+Blue) = 171+206+242=619 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.63% from 619); Green value is 206 (80.86% from 255 or 33.28% from 619); Blue value is 242 (94.92% from 255 or 39.10% from 619); Max value from RGB is 242 - color contains mainly: blue. Hex color #ABCEF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABCEF2 is #54310D. Grayscale: #C7C7C7. Windows color (decimal): -5517582 or 15912619. OLE color: 15912619.

HSL color Cylindrical-coordinate representation of color #ABCEF2: hue angle of 210.42º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ABCEF2 is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB171206242-
CMYK0.290.1500.05
HSL210.42º73.2%80.98%-
HSV(B)210.42º29.34%94.9%-
XYZ54.8959.2192.54-
YUV199.64151.9107.57-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.63%
GREEN value IS 206 (80.86% from 255) = 33.28%
BLUE value IS 242 (94.92% from 255) = 39.10%
R=27.63%
G=33.28%
B=39.10%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1712062420.290.1500.05210.4273.280.98
HexABCEF21DF05d24951
Octal253316362351705322111121
Binary10101011110011101111001011101111101011101001010010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCEF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCEF2; }

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

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

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

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

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

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

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

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