#9FCCFE

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

Shades of Pale Cornflower Blue #9FCCFE

Tints of Pale Cornflower Blue #9FCCFE

Color information

#9FCCFE (or 0x9FCCFE) is unknown color: approx Pale Cornflower Blue. HEX triplet: 9F, CC and FE. RGB value is (159,204,254). Sum of RGB (Red+Green+Blue) = 159+204+254=617 (81% of max value = 765). Red value is 159 (62.5% from 255 or 25.77% from 617); Green value is 204 (80.08% from 255 or 33.06% from 617); Blue value is 254 (99.61% from 255 or 41.17% from 617); Max value from RGB is 254 - color contains mainly: blue. Hex color #9FCCFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FCCFE is #603301. Grayscale: #C4C4C4. Windows color (decimal): -6304514 or 16698527. OLE color: 16698527.

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

Color convert

RGB159204254-
CMYK0.370.2000.00
HSL211.58º97.94%80.98%-
HSV(B)211.58º37.4%99.61%-
XYZ53.7857.71102.07-
YUV196.24160.59101.43-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 25.77%
GREEN value IS 204 (80.08% from 255) = 33.06%
BLUE value IS 254 (99.61% from 255) = 41.17%
R=25.77%
G=33.06%
B=41.17%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1592042540.370.2000.00211.5897.9480.98
Hex9FCCFE251400d46251
Octal237314376452400324142121
Binary10011111110011001111111010010110100001101010011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FCCFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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