#ACD6FF

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

Shades of Pale Cornflower Blue #ACD6FF

Tints of Pale Cornflower Blue #ACD6FF

Color information

#ACD6FF (or 0xACD6FF) is unknown color: approx Pale Cornflower Blue. HEX triplet: AC, D6 and FF. RGB value is (172,214,255). Sum of RGB (Red+Green+Blue) = 172+214+255=641 (84% of max value = 765). Red value is 172 (67.58% from 255 or 26.83% from 641); Green value is 214 (83.98% from 255 or 33.39% from 641); Blue value is 255 (100% from 255 or 39.78% from 641); Max value from RGB is 255 - color contains mainly: blue. Hex color #ACD6FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD6FF is #532900. Grayscale: #CDCDCD. Windows color (decimal): -5449985 or 16766636. OLE color: 16766636.

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

Color convert

RGB172214255-
CMYK0.330.1600
HSL209.64º100%83.73%-
HSV(B)209.64º32.55%100%-
XYZ59.1164.08103.86-
YUV206.12155.59103.67-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.83%
GREEN value IS 214 (83.98% from 255) = 33.39%
BLUE value IS 255 (100% from 255) = 39.78%
R=26.83%
G=33.39%
B=39.78%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1722142550.330.1600209.6410083.73
HexACD6FF211000d26454
Octal254326377412000322144124
Binary10101100110101101111111110000110000001101001011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD6FF; }

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

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

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

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

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

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

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

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