#9FC4F2

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

Shades of Pale Cornflower Blue #9FC4F2

Tints of Pale Cornflower Blue #9FC4F2

Color information

#9FC4F2 (or 0x9FC4F2) is unknown color: approx Pale Cornflower Blue. HEX triplet: 9F, C4 and F2. RGB value is (159,196,242). Sum of RGB (Red+Green+Blue) = 159+196+242=597 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.63% from 597); Green value is 196 (76.95% from 255 or 32.83% from 597); Blue value is 242 (94.92% from 255 or 40.54% from 597); Max value from RGB is 242 - color contains mainly: blue. Hex color #9FC4F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FC4F2 is #603B0D. Grayscale: #BDBDBD. Windows color (decimal): -6306574 or 15910047. OLE color: 15910047.

HSL color Cylindrical-coordinate representation of color #9FC4F2: hue angle of 213.25º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9FC4F2 is Cyan = 0.34, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB159196242-
CMYK0.340.1900.05
HSL213.25º76.15%78.63%-
HSV(B)213.25º34.3%94.9%-
XYZ50.0753.2691.65-
YUV190.18157.24105.76-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 26.63%
GREEN value IS 196 (76.95% from 255) = 32.83%
BLUE value IS 242 (94.92% from 255) = 40.54%
R=26.63%
G=32.83%
B=40.54%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1591962420.340.1900.05213.2576.1578.63
Hex9FC4F2221305d54c4f
Octal237304362422305325114117
Binary1001111111000100111100101000101001101011101010110011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FC4F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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