#ACCEF4

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

Shades of Pale Cornflower Blue #ACCEF4

Tints of Pale Cornflower Blue #ACCEF4

Color information

#ACCEF4 (or 0xACCEF4) is unknown color: approx Pale Cornflower Blue. HEX triplet: AC, CE and F4. RGB value is (172,206,244). Sum of RGB (Red+Green+Blue) = 172+206+244=622 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.65% from 622); Green value is 206 (80.86% from 255 or 33.12% from 622); Blue value is 244 (95.70% from 255 or 39.23% from 622); Max value from RGB is 244 - color contains mainly: blue. Hex color #ACCEF4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACCEF4 is #53310B. Grayscale: #C7C7C7. Windows color (decimal): -5452044 or 16043692. OLE color: 16043692.

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

Color convert

RGB172206244-
CMYK0.300.1600.04
HSL211.67º76.6%81.57%-
HSV(B)211.67º29.51%95.69%-
XYZ55.4159.4494.14-
YUV200.17152.74107.91-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.65%
GREEN value IS 206 (80.86% from 255) = 33.12%
BLUE value IS 244 (95.70% from 255) = 39.23%
R=27.65%
G=33.12%
B=39.23%

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
Decimal1722062440.300.1600.04211.6776.681.57
HexACCEF41E1004d44d52
Octal254316364362004324115122
Binary101011001100111011110100111101000001001101010010011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCEF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCEF4; }

 p { color: rgb(172,206,244); }

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

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

 a { background-color: rgb(172,206,244); }

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

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

 span { border-color: rgb(172,206,244); }

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