#ABCCF4

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

Shades of Pale Cornflower Blue #ABCCF4

Tints of Pale Cornflower Blue #ABCCF4

Color information

#ABCCF4 (or 0xABCCF4) is unknown color: approx Pale Cornflower Blue. HEX triplet: AB, CC and F4. RGB value is (171,204,244). Sum of RGB (Red+Green+Blue) = 171+204+244=619 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.63% from 619); Green value is 204 (80.08% from 255 or 32.96% from 619); Blue value is 244 (95.70% from 255 or 39.42% from 619); Max value from RGB is 244 - color contains mainly: blue. Hex color #ABCCF4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABCCF4 is #54330B. Grayscale: #C6C6C6. Windows color (decimal): -5518092 or 16043179. OLE color: 16043179.

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

Color convert

RGB171204244-
CMYK0.300.1600.04
HSL212.88º76.84%81.37%-
HSV(B)212.88º29.92%95.69%-
XYZ54.7258.3893.97-
YUV198.69153.57108.25-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.63%
GREEN value IS 204 (80.08% from 255) = 32.96%
BLUE value IS 244 (95.70% from 255) = 39.42%
R=27.63%
G=32.96%
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
Decimal1712042440.300.1600.04212.8876.8481.37
HexABCCF41E1004d54d51
Octal253314364362004325115121
Binary101010111100110011110100111101000001001101010110011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCCF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCCF4; }

 p { color: rgb(171,204,244); }

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

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

 a { background-color: rgb(171,204,244); }

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

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

 span { border-color: rgb(171,204,244); }

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