#ABCFFE

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

Shades of Pale Cornflower Blue #ABCFFE

Tints of Pale Cornflower Blue #ABCFFE

Color information

#ABCFFE (or 0xABCFFE) is unknown color: approx Pale Cornflower Blue. HEX triplet: AB, CF and FE. RGB value is (171,207,254). Sum of RGB (Red+Green+Blue) = 171+207+254=632 (83% of max value = 765). Red value is 171 (67.19% from 255 or 27.06% from 632); Green value is 207 (81.25% from 255 or 32.75% from 632); Blue value is 254 (99.61% from 255 or 40.19% from 632); Max value from RGB is 254 - color contains mainly: blue. Hex color #ABCFFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABCFFE is #543001. Grayscale: #C9C9C9. Windows color (decimal): -5517314 or 16699307. OLE color: 16699307.

HSL color Cylindrical-coordinate representation of color #ABCFFE: hue angle of 213.98º 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 #ABCFFE is Cyan = 0.33, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB171207254-
CMYK0.330.1900.00
HSL213.98º97.65%83.33%-
HSV(B)213.98º32.68%99.61%-
XYZ5760.44102.43-
YUV201.59157.57106.18-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.06%
GREEN value IS 207 (81.25% from 255) = 32.75%
BLUE value IS 254 (99.61% from 255) = 40.19%
R=27.06%
G=32.75%
B=40.19%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1712072540.330.1900.00213.9897.6583.33
HexABCFFE211300d66253
Octal253317376412300326142123
Binary10101011110011111111111010000110011001101011011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCFFE; }

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

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

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

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

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

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

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

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