#ABCFF6

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

Shades of Pale Cornflower Blue #ABCFF6

Tints of Pale Cornflower Blue #ABCFF6

Color information

#ABCFF6 (or 0xABCFF6) is unknown color: approx Pale Cornflower Blue. HEX triplet: AB, CF and F6. RGB value is (171,207,246). Sum of RGB (Red+Green+Blue) = 171+207+246=624 (82% of max value = 765). Red value is 171 (67.19% from 255 or 27.40% from 624); Green value is 207 (81.25% from 255 or 33.17% from 624); Blue value is 246 (96.48% from 255 or 39.42% from 624); Max value from RGB is 246 - color contains mainly: blue. Hex color #ABCFF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABCFF6 is #543009. Grayscale: #C8C8C8. Windows color (decimal): -5517322 or 16175019. OLE color: 16175019.

HSL color Cylindrical-coordinate representation of color #ABCFF6: hue angle of 211.2º degrees, saturation: 0.81, 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 #ABCFF6 is Cyan = 0.30, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB171207246-
CMYK0.300.1600.04
HSL211.2º80.65%81.76%-
HSV(B)211.2º30.49%96.47%-
XYZ55.7459.9495.82-
YUV200.68153.57106.83-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.40%
GREEN value IS 207 (81.25% from 255) = 33.17%
BLUE value IS 246 (96.48% from 255) = 39.42%
R=27.40%
G=33.17%
B=39.42%

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
Decimal1712072460.300.1600.04211.280.6581.76
HexABCFF61E1004d35152
Octal253317366362004323121122
Binary101010111100111111110110111101000001001101001110100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCFF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCFF6; }

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

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

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

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

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

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

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

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