#ACD3FB

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

Shades of Pale Cornflower Blue #ACD3FB

Tints of Pale Cornflower Blue #ACD3FB

Color information

#ACD3FB (or 0xACD3FB) is unknown color: approx Pale Cornflower Blue. HEX triplet: AC, D3 and FB. RGB value is (172,211,251). Sum of RGB (Red+Green+Blue) = 172+211+251=634 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.13% from 634); Green value is 211 (82.81% from 255 or 33.28% from 634); Blue value is 251 (98.44% from 255 or 39.59% from 634); Max value from RGB is 251 - color contains mainly: blue. Hex color #ACD3FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD3FB is #532C04. Grayscale: #CBCBCB. Windows color (decimal): -5450757 or 16503724. OLE color: 16503724.

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

Color convert

RGB172211251-
CMYK0.310.1600.02
HSL210.38º90.8%82.94%-
HSV(B)210.38º31.47%98.43%-
XYZ57.7262.32100.25-
YUV203.9154.58105.25-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.13%
GREEN value IS 211 (82.81% from 255) = 33.28%
BLUE value IS 251 (98.44% from 255) = 39.59%
R=27.13%
G=33.28%
B=39.59%

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
Decimal1722112510.310.1600.02210.3890.882.94
HexACD3FB1F1002d25b53
Octal254323373372002322133123
Binary10101100110100111111101111111100000101101001010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD3FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD3FB; }

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

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

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

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

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

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

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

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