#9AC5FC

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

Shades of Pale Cornflower Blue #9AC5FC

Tints of Pale Cornflower Blue #9AC5FC

Color information

#9AC5FC (or 0x9AC5FC) is unknown color: approx Pale Cornflower Blue. HEX triplet: 9A, C5 and FC. RGB value is (154,197,252). Sum of RGB (Red+Green+Blue) = 154+197+252=603 (79% of max value = 765). Red value is 154 (60.55% from 255 or 25.54% from 603); Green value is 197 (77.34% from 255 or 32.67% from 603); Blue value is 252 (98.83% from 255 or 41.79% from 603); Max value from RGB is 252 - color contains mainly: blue. Hex color #9AC5FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9AC5FC is #653A03. Grayscale: #BEBEBE. Windows color (decimal): -6633988 or 16565658. OLE color: 16565658.

HSL color Cylindrical-coordinate representation of color #9AC5FC: hue angle of 213.67º degrees, saturation: 0.94, 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 #9AC5FC is Cyan = 0.39, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB154197252-
CMYK0.390.2200.01
HSL213.67º94.23%79.61%-
HSV(B)213.67º38.89%98.82%-
XYZ50.8653.8399.81-
YUV190.41162.75102.03-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 25.54%
GREEN value IS 197 (77.34% from 255) = 32.67%
BLUE value IS 252 (98.83% from 255) = 41.79%
R=25.54%
G=32.67%
B=41.79%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1541972520.390.2200.01213.6794.2379.61
Hex9AC5FC271601d65e50
Octal232305374472601326136120
Binary10011010110001011111110010011110110011101011010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AC5FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,197,252); }

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

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

 a { background-color: rgb(154,197,252); }

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

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

 span { border-color: rgb(154,197,252); }

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