#ACD3FF

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

Shades of Pale Cornflower Blue #ACD3FF

Tints of Pale Cornflower Blue #ACD3FF

Color information

#ACD3FF (or 0xACD3FF) is unknown color: approx Pale Cornflower Blue. HEX triplet: AC, D3 and FF. RGB value is (172,211,255). Sum of RGB (Red+Green+Blue) = 172+211+255=638 (84% of max value = 765). Red value is 172 (67.58% from 255 or 26.96% from 638); Green value is 211 (82.81% from 255 or 33.07% from 638); Blue value is 255 (100% from 255 or 39.97% from 638); Max value from RGB is 255 - color contains mainly: blue. Hex color #ACD3FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD3FF is #532C00. Grayscale: #CCCCCC. Windows color (decimal): -5450753 or 16765868. OLE color: 16765868.

HSL color Cylindrical-coordinate representation of color #ACD3FF: hue angle of 211.81º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ACD3FF is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB172211255-
CMYK0.330.1700
HSL211.81º100%83.73%-
HSV(B)211.81º32.55%100%-
XYZ58.3662.58103.61-
YUV204.36156.58104.92-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.96%
GREEN value IS 211 (82.81% from 255) = 33.07%
BLUE value IS 255 (100% from 255) = 39.97%
R=26.96%
G=33.07%
B=39.97%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1722112550.330.1700211.8110083.73
HexACD3FF211100d46454
Octal254323377412100324144124
Binary10101100110100111111111110000110001001101010011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD3FF; }

 p { color: rgb(172,211,255); }

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

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

 a { background-color: rgb(172,211,255); }

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

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

 span { border-color: rgb(172,211,255); }

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