#9AC5FA

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

Shades of Pale Cornflower Blue #9AC5FA

Tints of Pale Cornflower Blue #9AC5FA

Color information

#9AC5FA (or 0x9AC5FA) is unknown color: approx Pale Cornflower Blue. HEX triplet: 9A, C5 and FA. RGB value is (154,197,250). Sum of RGB (Red+Green+Blue) = 154+197+250=601 (79% of max value = 765). Red value is 154 (60.55% from 255 or 25.62% from 601); Green value is 197 (77.34% from 255 or 32.78% from 601); Blue value is 250 (98.05% from 255 or 41.60% from 601); Max value from RGB is 250 - color contains mainly: blue. Hex color #9AC5FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9AC5FA is #653A05. Grayscale: #BDBDBD. Windows color (decimal): -6633990 or 16434586. OLE color: 16434586.

HSL color Cylindrical-coordinate representation of color #9AC5FA: hue angle of 213.12º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9AC5FA is Cyan = 0.38, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB154197250-
CMYK0.380.2100.02
HSL213.12º90.57%79.22%-
HSV(B)213.12º38.4%98.04%-
XYZ50.5553.798.14-
YUV190.18161.75102.19-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 25.62%
GREEN value IS 197 (77.34% from 255) = 32.78%
BLUE value IS 250 (98.05% from 255) = 41.60%
R=25.62%
G=32.78%
B=41.60%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1541972500.380.2100.02213.1290.5779.22
Hex9AC5FA261502d55b4f
Octal232305372462502325133117
Binary100110101100010111111010100110101010101101010110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AC5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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