#ACD0F1

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

Shades of Pale Cornflower Blue #ACD0F1

Tints of Pale Cornflower Blue #ACD0F1

Color information

#ACD0F1 (or 0xACD0F1) is unknown color: approx Pale Cornflower Blue. HEX triplet: AC, D0 and F1. RGB value is (172,208,241). Sum of RGB (Red+Green+Blue) = 172+208+241=621 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.70% from 621); Green value is 208 (81.64% from 255 or 33.49% from 621); Blue value is 241 (94.53% from 255 or 38.81% from 621); Max value from RGB is 241 - color contains mainly: blue. Hex color #ACD0F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD0F1 is #532F0E. Grayscale: #C8C8C8. Windows color (decimal): -5451535 or 15847596. OLE color: 15847596.

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

Color convert

RGB172208241-
CMYK0.290.1400.05
HSL208.7º71.13%80.98%-
HSV(B)208.7º28.63%94.51%-
XYZ55.4560.2391.92-
YUV201150.57107.32-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.70%
GREEN value IS 208 (81.64% from 255) = 33.49%
BLUE value IS 241 (94.53% from 255) = 38.81%
R=27.70%
G=33.49%
B=38.81%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1722082410.290.1400.05208.771.1380.98
HexACD0F11DE05d14751
Octal254320361351605321107121
Binary10101100110100001111000111101111001011101000110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD0F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD0F1; }

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

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

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

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

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

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

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

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