#ACD0F3

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

Shades of Pale Cornflower Blue #ACD0F3

Tints of Pale Cornflower Blue #ACD0F3

Color information

#ACD0F3 (or 0xACD0F3) is unknown color: approx Pale Cornflower Blue. HEX triplet: AC, D0 and F3. RGB value is (172,208,243). Sum of RGB (Red+Green+Blue) = 172+208+243=623 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.61% from 623); Green value is 208 (81.64% from 255 or 33.39% from 623); Blue value is 243 (95.31% from 255 or 39.00% from 623); Max value from RGB is 243 - color contains mainly: blue. Hex color #ACD0F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD0F3 is #532F0C. Grayscale: #C9C9C9. Windows color (decimal): -5451533 or 15978668. OLE color: 15978668.

HSL color Cylindrical-coordinate representation of color #ACD0F3: hue angle of 209.58º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ACD0F3 is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB172208243-
CMYK0.290.1400.05
HSL209.58º74.74%81.37%-
HSV(B)209.58º29.22%95.29%-
XYZ55.7560.3593.51-
YUV201.23151.57107.15-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.61%
GREEN value IS 208 (81.64% from 255) = 33.39%
BLUE value IS 243 (95.31% from 255) = 39.00%
R=27.61%
G=33.39%
B=39.00%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1722082430.290.1400.05209.5874.7481.37
HexACD0F31DE05d24b51
Octal254320363351605322113121
Binary10101100110100001111001111101111001011101001010010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD0F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD0F3; }

 p { color: rgb(172,208,243); }

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

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

 a { background-color: rgb(172,208,243); }

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

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

 span { border-color: rgb(172,208,243); }

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