#ACD7FB

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

Shades of Pale Cornflower Blue #ACD7FB

Tints of Pale Cornflower Blue #ACD7FB

Color information

#ACD7FB (or 0xACD7FB) is unknown color: approx Pale Cornflower Blue. HEX triplet: AC, D7 and FB. RGB value is (172,215,251). Sum of RGB (Red+Green+Blue) = 172+215+251=638 (84% of max value = 765). Red value is 172 (67.58% from 255 or 26.96% from 638); Green value is 215 (84.38% from 255 or 33.70% from 638); Blue value is 251 (98.44% from 255 or 39.34% from 638); Max value from RGB is 251 - color contains mainly: blue. Hex color #ACD7FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD7FB is #532804. Grayscale: #CECECE. Windows color (decimal): -5449733 or 16504748. OLE color: 16504748.

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

Color convert

RGB172215251-
CMYK0.310.1400.02
HSL207.34º90.8%82.94%-
HSV(B)207.34º31.47%98.43%-
XYZ58.7364.34100.59-
YUV206.25153.25103.57-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.96%
GREEN value IS 215 (84.38% from 255) = 33.70%
BLUE value IS 251 (98.44% from 255) = 39.34%
R=26.96%
G=33.70%
B=39.34%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1722152510.310.1400.02207.3490.882.94
HexACD7FB1FE02cf5b53
Octal254327373371602317133123
Binary1010110011010111111110111111111100101100111110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD7FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD7FB; }

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

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

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

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

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

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

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

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