#ACD0FA

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

Shades of Pale Cornflower Blue #ACD0FA

Tints of Pale Cornflower Blue #ACD0FA

Color information

#ACD0FA (or 0xACD0FA) is unknown color: approx Pale Cornflower Blue. HEX triplet: AC, D0 and FA. RGB value is (172,208,250). Sum of RGB (Red+Green+Blue) = 172+208+250=630 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.30% from 630); Green value is 208 (81.64% from 255 or 33.02% from 630); Blue value is 250 (98.05% from 255 or 39.68% from 630); Max value from RGB is 250 - color contains mainly: blue. Hex color #ACD0FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD0FA is #532F05. Grayscale: #C9C9C9. Windows color (decimal): -5451526 or 16437420. OLE color: 16437420.

HSL color Cylindrical-coordinate representation of color #ACD0FA: hue angle of 212.31º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACD0FA is Cyan = 0.31, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB172208250-
CMYK0.310.1700.02
HSL212.31º88.64%82.75%-
HSV(B)212.31º31.2%98.04%-
XYZ56.8260.7899.18-
YUV202.02155.07106.58-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.30%
GREEN value IS 208 (81.64% from 255) = 33.02%
BLUE value IS 250 (98.05% from 255) = 39.68%
R=27.30%
G=33.02%
B=39.68%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1722082500.310.1700.02212.3188.6482.75
HexACD0FA1F1102d45953
Octal254320372372102324131123
Binary10101100110100001111101011111100010101101010010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD0FA; }

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

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

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

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

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

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

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

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