#ACD3FA

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

Shades of Pale Cornflower Blue #ACD3FA

Tints of Pale Cornflower Blue #ACD3FA

Color information

#ACD3FA (or 0xACD3FA) is unknown color: approx Pale Cornflower Blue. HEX triplet: AC, D3 and FA. RGB value is (172,211,250). Sum of RGB (Red+Green+Blue) = 172+211+250=633 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.17% from 633); Green value is 211 (82.81% from 255 or 33.33% from 633); Blue value is 250 (98.05% from 255 or 39.49% from 633); Max value from RGB is 250 - color contains mainly: blue. Hex color #ACD3FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD3FA is #532C05. Grayscale: #CBCBCB. Windows color (decimal): -5450758 or 16438188. OLE color: 16438188.

HSL color Cylindrical-coordinate representation of color #ACD3FA: hue angle of 210º 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 #ACD3FA is Cyan = 0.31, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB172211250-
CMYK0.310.1600.02
HSL210º88.64%82.75%-
HSV(B)210º31.2%98.04%-
XYZ57.5662.2699.43-
YUV203.78154.08105.33-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.17%
GREEN value IS 211 (82.81% from 255) = 33.33%
BLUE value IS 250 (98.05% from 255) = 39.49%
R=27.17%
G=33.33%
B=39.49%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1722112500.310.1600.0221088.6482.75
HexACD3FA1F1002d25953
Octal254323372372002322131123
Binary10101100110100111111101011111100000101101001010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD3FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD3FA; }

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

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

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

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

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

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

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

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