#9AC7FD

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

Shades of Pale Cornflower Blue #9AC7FD

Tints of Pale Cornflower Blue #9AC7FD

Color information

#9AC7FD (or 0x9AC7FD) is unknown color: approx Pale Cornflower Blue. HEX triplet: 9A, C7 and FD. RGB value is (154,199,253). Sum of RGB (Red+Green+Blue) = 154+199+253=606 (80% of max value = 765). Red value is 154 (60.55% from 255 or 25.41% from 606); Green value is 199 (78.12% from 255 or 32.84% from 606); Blue value is 253 (99.22% from 255 or 41.75% from 606); Max value from RGB is 253 - color contains mainly: blue. Hex color #9AC7FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9AC7FD is #653802. Grayscale: #BFBFBF. Windows color (decimal): -6633475 or 16631706. OLE color: 16631706.

HSL color Cylindrical-coordinate representation of color #9AC7FD: hue angle of 212.73º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9AC7FD is Cyan = 0.39, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB154199253-
CMYK0.390.2100.01
HSL212.73º96.12%79.8%-
HSV(B)212.73º39.13%99.22%-
XYZ51.4854.81100.79-
YUV191.7162.59101.11-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 25.41%
GREEN value IS 199 (78.12% from 255) = 32.84%
BLUE value IS 253 (99.22% from 255) = 41.75%
R=25.41%
G=32.84%
B=41.75%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1541992530.390.2100.01212.7396.1279.8
Hex9AC7FD271501d56050
Octal232307375472501325140120
Binary10011010110001111111110110011110101011101010111000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AC7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9AC7FD; }

 p { color: rgb(154,199,253); }

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

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

 a { background-color: rgb(154,199,253); }

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

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

 span { border-color: rgb(154,199,253); }

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