#ACD0EF

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

Shades of Pale Cornflower Blue #ACD0EF

Tints of Pale Cornflower Blue #ACD0EF

Color information

#ACD0EF (or 0xACD0EF) is unknown color: approx Pale Cornflower Blue. HEX triplet: AC, D0 and EF. RGB value is (172,208,239). Sum of RGB (Red+Green+Blue) = 172+208+239=619 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.79% from 619); Green value is 208 (81.64% from 255 or 33.60% from 619); Blue value is 239 (93.75% from 255 or 38.61% from 619); Max value from RGB is 239 - color contains mainly: blue. Hex color #ACD0EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD0EF is #532F10. Grayscale: #C8C8C8. Windows color (decimal): -5451537 or 15716524. OLE color: 15716524.

HSL color Cylindrical-coordinate representation of color #ACD0EF: hue angle of 207.76º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACD0EF is Cyan = 0.28, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB172208239-
CMYK0.280.1300.06
HSL207.76º67.68%80.59%-
HSV(B)207.76º28.03%93.73%-
XYZ55.1560.1190.36-
YUV200.77149.57107.48-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.79%
GREEN value IS 208 (81.64% from 255) = 33.60%
BLUE value IS 239 (93.75% from 255) = 38.61%
R=27.79%
G=33.60%
B=38.61%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1722082390.280.1300.06207.7667.6880.59
HexACD0EF1CD06d04451
Octal254320357341506320104121
Binary10101100110100001110111111100110101101101000010001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD0EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD0EF; }

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

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

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

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

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

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

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

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