#9FC7FF

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

Shades of Pale Cornflower Blue #9FC7FF

Tints of Pale Cornflower Blue #9FC7FF

Color information

#9FC7FF (or 0x9FC7FF) is unknown color: approx Pale Cornflower Blue. HEX triplet: 9F, C7 and FF. RGB value is (159,199,255). Sum of RGB (Red+Green+Blue) = 159+199+255=613 (81% of max value = 765). Red value is 159 (62.5% from 255 or 25.94% from 613); Green value is 199 (78.12% from 255 or 32.46% from 613); Blue value is 255 (100% from 255 or 41.60% from 613); Max value from RGB is 255 - color contains mainly: blue. Hex color #9FC7FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FC7FF is #603800. Grayscale: #C1C1C1. Windows color (decimal): -6305793 or 16762783. OLE color: 16762783.

HSL color Cylindrical-coordinate representation of color #9FC7FF: hue angle of 215º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9FC7FF is Cyan = 0.38, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB159199255-
CMYK0.380.2200
HSL215º100%81.18%-
HSV(B)215º37.65%100%-
XYZ52.7755.44102.53-
YUV193.42162.75103.45-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 25.94%
GREEN value IS 199 (78.12% from 255) = 32.46%
BLUE value IS 255 (100% from 255) = 41.60%
R=25.94%
G=32.46%
B=41.60%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1591992550.380.220021510081.18
Hex9FC7FF261600d76451
Octal237307377462600327144121
Binary10011111110001111111111110011010110001101011111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FC7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,199,255); }

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

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

 a { background-color: rgb(159,199,255); }

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

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

 span { border-color: rgb(159,199,255); }

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