#ACD5F3

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

Shades of Pale Cornflower Blue #ACD5F3

Tints of Pale Cornflower Blue #ACD5F3

Color information

#ACD5F3 (or 0xACD5F3) is unknown color: approx Pale Cornflower Blue. HEX triplet: AC, D5 and F3. RGB value is (172,213,243). Sum of RGB (Red+Green+Blue) = 172+213+243=628 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.39% from 628); Green value is 213 (83.59% from 255 or 33.92% from 628); Blue value is 243 (95.31% from 255 or 38.69% from 628); Max value from RGB is 243 - color contains mainly: blue. Hex color #ACD5F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD5F3 is #532A0C. Grayscale: #CBCBCB. Windows color (decimal): -5450253 or 15979948. OLE color: 15979948.

HSL color Cylindrical-coordinate representation of color #ACD5F3: hue angle of 205.35º 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 #ACD5F3 is Cyan = 0.29, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB172213243-
CMYK0.290.1200.05
HSL205.35º74.74%81.37%-
HSV(B)205.35º29.22%95.29%-
XYZ56.9962.8393.92-
YUV204.16149.92105.06-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.39%
GREEN value IS 213 (83.59% from 255) = 33.92%
BLUE value IS 243 (95.31% from 255) = 38.69%
R=27.39%
G=33.92%
B=38.69%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1722132430.290.1200.05205.3574.7481.37
HexACD5F31DC05cd4b51
Octal254325363351405315113121
Binary10101100110101011111001111101110001011100110110010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD5F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD5F3; }

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

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

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

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

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

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

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

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