#ACD6F8

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

Shades of Pale Cornflower Blue #ACD6F8

Tints of Pale Cornflower Blue #ACD6F8

Color information

#ACD6F8 (or 0xACD6F8) is unknown color: approx Pale Cornflower Blue. HEX triplet: AC, D6 and F8. RGB value is (172,214,248). Sum of RGB (Red+Green+Blue) = 172+214+248=634 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.13% from 634); Green value is 214 (83.98% from 255 or 33.75% from 634); Blue value is 248 (97.27% from 255 or 39.12% from 634); Max value from RGB is 248 - color contains mainly: blue. Hex color #ACD6F8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD6F8 is #532907. Grayscale: #CDCDCD. Windows color (decimal): -5449992 or 16307884. OLE color: 16307884.

HSL color Cylindrical-coordinate representation of color #ACD6F8: hue angle of 206.84º degrees, saturation: 0.84, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACD6F8 is Cyan = 0.31, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB172214248-
CMYK0.310.1400.03
HSL206.84º84.44%82.35%-
HSV(B)206.84º30.65%97.25%-
XYZ5863.6498.03-
YUV205.32152.09104.24-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.13%
GREEN value IS 214 (83.98% from 255) = 33.75%
BLUE value IS 248 (97.27% from 255) = 39.12%
R=27.13%
G=33.75%
B=39.12%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1722142480.310.1400.03206.8484.4482.35
HexACD6F81FE03cf5452
Octal254326370371603317124122
Binary1010110011010110111110001111111100111100111110101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD6F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD6F8; }

 p { color: rgb(172,214,248); }

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

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

 a { background-color: rgb(172,214,248); }

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

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

 span { border-color: rgb(172,214,248); }

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