#9AC5FD

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

Shades of Pale Cornflower Blue #9AC5FD

Tints of Pale Cornflower Blue #9AC5FD

Color information

#9AC5FD (or 0x9AC5FD) is unknown color: approx Pale Cornflower Blue. HEX triplet: 9A, C5 and FD. RGB value is (154,197,253). Sum of RGB (Red+Green+Blue) = 154+197+253=604 (80% of max value = 765). Red value is 154 (60.55% from 255 or 25.50% from 604); Green value is 197 (77.34% from 255 or 32.62% from 604); Blue value is 253 (99.22% from 255 or 41.89% from 604); Max value from RGB is 253 - color contains mainly: blue. Hex color #9AC5FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9AC5FD is #653A02. Grayscale: #BEBEBE. Windows color (decimal): -6633987 or 16631194. OLE color: 16631194.

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

Color convert

RGB154197253-
CMYK0.390.2200.01
HSL213.94º96.12%79.8%-
HSV(B)213.94º39.13%99.22%-
XYZ51.0253.89100.64-
YUV190.53163.25101.95-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 25.50%
GREEN value IS 197 (77.34% from 255) = 32.62%
BLUE value IS 253 (99.22% from 255) = 41.89%
R=25.50%
G=32.62%
B=41.89%

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
Decimal1541972530.390.2200.01213.9496.1279.8
Hex9AC5FD271601d66050
Octal232305375472601326140120
Binary10011010110001011111110110011110110011101011011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AC5FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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