#9FC3FE

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

Shades of Pale Cornflower Blue #9FC3FE

Tints of Pale Cornflower Blue #9FC3FE

Color information

#9FC3FE (or 0x9FC3FE) is unknown color: approx Pale Cornflower Blue. HEX triplet: 9F, C3 and FE. RGB value is (159,195,254). Sum of RGB (Red+Green+Blue) = 159+195+254=608 (80% of max value = 765). Red value is 159 (62.5% from 255 or 26.15% from 608); Green value is 195 (76.56% from 255 or 32.07% from 608); Blue value is 254 (99.61% from 255 or 41.78% from 608); Max value from RGB is 254 - color contains mainly: blue. Hex color #9FC3FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FC3FE is #603C01. Grayscale: #BEBEBE. Windows color (decimal): -6306818 or 16696223. OLE color: 16696223.

HSL color Cylindrical-coordinate representation of color #9FC3FE: hue angle of 217.26º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9FC3FE is Cyan = 0.37, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB159195254-
CMYK0.370.2300.00
HSL217.26º97.94%80.98%-
HSV(B)217.26º37.4%99.61%-
XYZ51.753.56101.38-
YUV190.96163.57105.2-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 26.15%
GREEN value IS 195 (76.56% from 255) = 32.07%
BLUE value IS 254 (99.61% from 255) = 41.78%
R=26.15%
G=32.07%
B=41.78%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1591952540.370.2300.00217.2697.9480.98
Hex9FC3FE251700d96251
Octal237303376452700331142121
Binary10011111110000111111111010010110111001101100111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FC3FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,195,254); }

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

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

 a { background-color: rgb(159,195,254); }

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

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

 span { border-color: rgb(159,195,254); }

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