#ABCFF5

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

Shades of Pale Cornflower Blue #ABCFF5

Tints of Pale Cornflower Blue #ABCFF5

Color information

#ABCFF5 (or 0xABCFF5) is unknown color: approx Pale Cornflower Blue. HEX triplet: AB, CF and F5. RGB value is (171,207,245). Sum of RGB (Red+Green+Blue) = 171+207+245=623 (82% of max value = 765). Red value is 171 (67.19% from 255 or 27.45% from 623); Green value is 207 (81.25% from 255 or 33.23% from 623); Blue value is 245 (96.09% from 255 or 39.33% from 623); Max value from RGB is 245 - color contains mainly: blue. Hex color #ABCFF5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABCFF5 is #54300A. Grayscale: #C8C8C8. Windows color (decimal): -5517323 or 16109483. OLE color: 16109483.

HSL color Cylindrical-coordinate representation of color #ABCFF5: hue angle of 210.81º degrees, saturation: 0.79, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ABCFF5 is Cyan = 0.30, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB171207245-
CMYK0.300.1600.04
HSL210.81º78.72%81.57%-
HSV(B)210.81º30.2%96.08%-
XYZ55.5959.8895.01-
YUV200.57153.07106.91-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.45%
GREEN value IS 207 (81.25% from 255) = 33.23%
BLUE value IS 245 (96.09% from 255) = 39.33%
R=27.45%
G=33.23%
B=39.33%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1712072450.300.1600.04210.8178.7281.57
HexABCFF51E1004d34f52
Octal253317365362004323117122
Binary101010111100111111110101111101000001001101001110011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCFF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCFF5; }

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

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

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

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

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

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

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

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