#9FCBFE

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

Shades of Pale Cornflower Blue #9FCBFE

Tints of Pale Cornflower Blue #9FCBFE

Color information

#9FCBFE (or 0x9FCBFE) is unknown color: approx Pale Cornflower Blue. HEX triplet: 9F, CB and FE. RGB value is (159,203,254). Sum of RGB (Red+Green+Blue) = 159+203+254=616 (81% of max value = 765). Red value is 159 (62.5% from 255 or 25.81% from 616); Green value is 203 (79.69% from 255 or 32.95% from 616); Blue value is 254 (99.61% from 255 or 41.23% from 616); Max value from RGB is 254 - color contains mainly: blue. Hex color #9FCBFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FCBFE is #603401. Grayscale: #C3C3C3. Windows color (decimal): -6304770 or 16698271. OLE color: 16698271.

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

Color convert

RGB159203254-
CMYK0.370.2000.00
HSL212.21º97.94%80.98%-
HSV(B)212.21º37.4%99.61%-
XYZ53.5457.24101.99-
YUV195.66160.92101.85-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 25.81%
GREEN value IS 203 (79.69% from 255) = 32.95%
BLUE value IS 254 (99.61% from 255) = 41.23%
R=25.81%
G=32.95%
B=41.23%

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
Decimal1592032540.370.2000.00212.2197.9480.98
Hex9FCBFE251400d46251
Octal237313376452400324142121
Binary10011111110010111111111010010110100001101010011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FCBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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