#ACCDF4

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

Shades of Pale Cornflower Blue #ACCDF4

Tints of Pale Cornflower Blue #ACCDF4

Color information

#ACCDF4 (or 0xACCDF4) is unknown color: approx Pale Cornflower Blue. HEX triplet: AC, CD and F4. RGB value is (172,205,244). Sum of RGB (Red+Green+Blue) = 172+205+244=621 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.70% from 621); Green value is 205 (80.47% from 255 or 33.01% from 621); Blue value is 244 (95.70% from 255 or 39.29% from 621); Max value from RGB is 244 - color contains mainly: blue. Hex color #ACCDF4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACCDF4 is #53320B. Grayscale: #C7C7C7. Windows color (decimal): -5452300 or 16043436. OLE color: 16043436.

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

Color convert

RGB172205244-
CMYK0.300.1600.04
HSL212.5º76.6%81.57%-
HSV(B)212.5º29.51%95.69%-
XYZ55.1758.9694.06-
YUV199.58153.07108.33-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.70%
GREEN value IS 205 (80.47% from 255) = 33.01%
BLUE value IS 244 (95.70% from 255) = 39.29%
R=27.70%
G=33.01%
B=39.29%

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
Decimal1722052440.300.1600.04212.576.681.57
HexACCDF41E1004d44d52
Octal254315364362004324115122
Binary101011001100110111110100111101000001001101010010011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCDF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCDF4; }

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

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

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

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

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

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

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

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