#ACD0FD

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

Shades of Pale Cornflower Blue #ACD0FD

Tints of Pale Cornflower Blue #ACD0FD

Color information

#ACD0FD (or 0xACD0FD) is unknown color: approx Pale Cornflower Blue. HEX triplet: AC, D0 and FD. RGB value is (172,208,253). Sum of RGB (Red+Green+Blue) = 172+208+253=633 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.17% from 633); Green value is 208 (81.64% from 255 or 32.86% from 633); Blue value is 253 (99.22% from 255 or 39.97% from 633); Max value from RGB is 253 - color contains mainly: blue. Hex color #ACD0FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD0FD is #532F02. Grayscale: #CACACA. Windows color (decimal): -5451523 or 16634028. OLE color: 16634028.

HSL color Cylindrical-coordinate representation of color #ACD0FD: hue angle of 213.33º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACD0FD is Cyan = 0.32, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB172208253-
CMYK0.320.1800.01
HSL213.33º95.29%83.33%-
HSV(B)213.33º32.02%99.22%-
XYZ57.360.97101.68-
YUV202.37156.57106.34-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.17%
GREEN value IS 208 (81.64% from 255) = 32.86%
BLUE value IS 253 (99.22% from 255) = 39.97%
R=27.17%
G=32.86%
B=39.97%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1722082530.320.1800.01213.3395.2983.33
HexACD0FD201201d55f53
Octal254320375402201325137123
Binary10101100110100001111110110000010010011101010110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD0FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD0FD; }

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

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

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

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

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

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

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

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