#ABCAFE

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

Shades of Pale Cornflower Blue #ABCAFE

Tints of Pale Cornflower Blue #ABCAFE

Color information

#ABCAFE (or 0xABCAFE) is unknown color: approx Pale Cornflower Blue. HEX triplet: AB, CA and FE. RGB value is (171,202,254). Sum of RGB (Red+Green+Blue) = 171+202+254=627 (83% of max value = 765). Red value is 171 (67.19% from 255 or 27.27% from 627); Green value is 202 (79.30% from 255 or 32.22% from 627); Blue value is 254 (99.61% from 255 or 40.51% from 627); Max value from RGB is 254 - color contains mainly: blue. Hex color #ABCAFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABCAFE is #543501. Grayscale: #C6C6C6. Windows color (decimal): -5518594 or 16698027. OLE color: 16698027.

HSL color Cylindrical-coordinate representation of color #ABCAFE: hue angle of 217.59º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ABCAFE is Cyan = 0.33, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB171202254-
CMYK0.330.2000.00
HSL217.59º97.65%83.33%-
HSV(B)217.59º32.68%99.61%-
XYZ55.858.05102.03-
YUV198.66159.23108.27-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.27%
GREEN value IS 202 (79.30% from 255) = 32.22%
BLUE value IS 254 (99.61% from 255) = 40.51%
R=27.27%
G=32.22%
B=40.51%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1712022540.330.2000.00217.5997.6583.33
HexABCAFE211400da6253
Octal253312376412400332142123
Binary10101011110010101111111010000110100001101101011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCAFE; }

 p { color: rgb(171,202,254); }

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

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

 a { background-color: rgb(171,202,254); }

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

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

 span { border-color: rgb(171,202,254); }

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