#9FC8FD

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

Shades of Pale Cornflower Blue #9FC8FD

Tints of Pale Cornflower Blue #9FC8FD

Color information

#9FC8FD (or 0x9FC8FD) is unknown color: approx Pale Cornflower Blue. HEX triplet: 9F, C8 and FD. RGB value is (159,200,253). Sum of RGB (Red+Green+Blue) = 159+200+253=612 (81% of max value = 765). Red value is 159 (62.5% from 255 or 25.98% from 612); Green value is 200 (78.52% from 255 or 32.68% from 612); Blue value is 253 (99.22% from 255 or 41.34% from 612); Max value from RGB is 253 - color contains mainly: blue. Hex color #9FC8FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FC8FD is #603702. Grayscale: #C1C1C1. Windows color (decimal): -6305539 or 16631967. OLE color: 16631967.

HSL color Cylindrical-coordinate representation of color #9FC8FD: hue angle of 213.83º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9FC8FD is Cyan = 0.37, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB159200253-
CMYK0.370.2100.01
HSL213.83º95.92%80.78%-
HSV(B)213.83º37.15%99.22%-
XYZ52.6855.77100.92-
YUV193.78161.42103.19-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 25.98%
GREEN value IS 200 (78.52% from 255) = 32.68%
BLUE value IS 253 (99.22% from 255) = 41.34%
R=25.98%
G=32.68%
B=41.34%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1592002530.370.2100.01213.8395.9280.78
Hex9FC8FD251501d66051
Octal237310375452501326140121
Binary10011111110010001111110110010110101011101011011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FC8FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,200,253); }

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

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

 a { background-color: rgb(159,200,253); }

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

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

 span { border-color: rgb(159,200,253); }

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