#ACD0ED

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

Shades of Pale Cornflower Blue #ACD0ED

Tints of Pale Cornflower Blue #ACD0ED

Color information

#ACD0ED (or 0xACD0ED) is unknown color: approx Pale Cornflower Blue. HEX triplet: AC, D0 and ED. RGB value is (172,208,237). Sum of RGB (Red+Green+Blue) = 172+208+237=617 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.88% from 617); Green value is 208 (81.64% from 255 or 33.71% from 617); Blue value is 237 (92.97% from 255 or 38.41% from 617); Max value from RGB is 237 - color contains mainly: blue. Hex color #ACD0ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD0ED is #532F12. Grayscale: #C8C8C8. Windows color (decimal): -5451539 or 15585452. OLE color: 15585452.

HSL color Cylindrical-coordinate representation of color #ACD0ED: hue angle of 206.77º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACD0ED is Cyan = 0.27, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB172208237-
CMYK0.270.1200.07
HSL206.77º64.36%80.2%-
HSV(B)206.77º27.43%92.94%-
XYZ54.866088.81-
YUV200.54148.57107.64-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.88%
GREEN value IS 208 (81.64% from 255) = 33.71%
BLUE value IS 237 (92.97% from 255) = 38.41%
R=27.88%
G=33.71%
B=38.41%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1722082370.270.1200.07206.7764.3680.2
HexACD0ED1BC07cf4050
Octal254320355331407317100120
Binary10101100110100001110110111011110001111100111110000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD0ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD0ED; }

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

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

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

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

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

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

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

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