#9FC4FE

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

Shades of Pale Cornflower Blue #9FC4FE

Tints of Pale Cornflower Blue #9FC4FE

Color information

#9FC4FE (or 0x9FC4FE) is unknown color: approx Pale Cornflower Blue. HEX triplet: 9F, C4 and FE. RGB value is (159,196,254). Sum of RGB (Red+Green+Blue) = 159+196+254=609 (80% of max value = 765). Red value is 159 (62.5% from 255 or 26.11% from 609); Green value is 196 (76.95% from 255 or 32.18% from 609); Blue value is 254 (99.61% from 255 or 41.71% from 609); Max value from RGB is 254 - color contains mainly: blue. Hex color #9FC4FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FC4FE is #603B01. Grayscale: #BFBFBF. Windows color (decimal): -6306562 or 16696479. OLE color: 16696479.

HSL color Cylindrical-coordinate representation of color #9FC4FE: hue angle of 216.63º 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 #9FC4FE is Cyan = 0.37, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB159196254-
CMYK0.370.2300.00
HSL216.63º97.94%80.98%-
HSV(B)216.63º37.4%99.61%-
XYZ51.9354.01101.45-
YUV191.55163.24104.78-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 26.11%
GREEN value IS 196 (76.95% from 255) = 32.18%
BLUE value IS 254 (99.61% from 255) = 41.71%
R=26.11%
G=32.18%
B=41.71%

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
Decimal1591962540.370.2300.00216.6397.9480.98
Hex9FC4FE251700d96251
Octal237304376452700331142121
Binary10011111110001001111111010010110111001101100111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FC4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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