#9FCCFA

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

Shades of Pale Cornflower Blue #9FCCFA

Tints of Pale Cornflower Blue #9FCCFA

Color information

#9FCCFA (or 0x9FCCFA) is unknown color: approx Pale Cornflower Blue. HEX triplet: 9F, CC and FA. RGB value is (159,204,250). Sum of RGB (Red+Green+Blue) = 159+204+250=613 (81% of max value = 765). Red value is 159 (62.5% from 255 or 25.94% from 613); Green value is 204 (80.08% from 255 or 33.28% from 613); Blue value is 250 (98.05% from 255 or 40.78% from 613); Max value from RGB is 250 - color contains mainly: blue. Hex color #9FCCFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FCCFA is #603305. Grayscale: #C3C3C3. Windows color (decimal): -6304518 or 16436383. OLE color: 16436383.

HSL color Cylindrical-coordinate representation of color #9FCCFA: hue angle of 210.33º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9FCCFA is Cyan = 0.36, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB159204250-
CMYK0.360.1800.02
HSL210.33º90.1%80.2%-
HSV(B)210.33º36.4%98.04%-
XYZ53.1557.4698.73-
YUV195.79158.59101.76-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 25.94%
GREEN value IS 204 (80.08% from 255) = 33.28%
BLUE value IS 250 (98.05% from 255) = 40.78%
R=25.94%
G=33.28%
B=40.78%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1592042500.360.1800.02210.3390.180.2
Hex9FCCFA241202d25a50
Octal237314372442202322132120
Binary100111111100110011111010100100100100101101001010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FCCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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