#9FC5F8

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

Shades of Pale Cornflower Blue #9FC5F8

Tints of Pale Cornflower Blue #9FC5F8

Color information

#9FC5F8 (or 0x9FC5F8) is unknown color: approx Pale Cornflower Blue. HEX triplet: 9F, C5 and F8. RGB value is (159,197,248). Sum of RGB (Red+Green+Blue) = 159+197+248=604 (80% of max value = 765). Red value is 159 (62.5% from 255 or 26.32% from 604); Green value is 197 (77.34% from 255 or 32.62% from 604); Blue value is 248 (97.27% from 255 or 41.06% from 604); Max value from RGB is 248 - color contains mainly: blue. Hex color #9FC5F8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FC5F8 is #603A07. Grayscale: #BFBFBF. Windows color (decimal): -6306312 or 16303519. OLE color: 16303519.

HSL color Cylindrical-coordinate representation of color #9FC5F8: hue angle of 214.38º degrees, saturation: 0.86, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9FC5F8 is Cyan = 0.36, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB159197248-
CMYK0.360.2100.03
HSL214.38º86.41%79.8%-
HSV(B)214.38º35.89%97.25%-
XYZ51.2154.0896.55-
YUV191.45159.91104.85-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 26.32%
GREEN value IS 197 (77.34% from 255) = 32.62%
BLUE value IS 248 (97.27% from 255) = 41.06%
R=26.32%
G=32.62%
B=41.06%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1591972480.360.2100.03214.3886.4179.8
Hex9FC5F8241503d65650
Octal237305370442503326126120
Binary100111111100010111111000100100101010111101011010101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FC5F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,197,248); }

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

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

 a { background-color: rgb(159,197,248); }

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

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

 span { border-color: rgb(159,197,248); }

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