#9FC1FF

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

Shades of Pale Cornflower Blue #9FC1FF

Tints of Pale Cornflower Blue #9FC1FF

Color information

#9FC1FF (or 0x9FC1FF) is unknown color: approx Pale Cornflower Blue. HEX triplet: 9F, C1 and FF. RGB value is (159,193,255). Sum of RGB (Red+Green+Blue) = 159+193+255=607 (80% of max value = 765). Red value is 159 (62.5% from 255 or 26.19% from 607); Green value is 193 (75.78% from 255 or 31.80% from 607); Blue value is 255 (100% from 255 or 42.01% from 607); Max value from RGB is 255 - color contains mainly: blue. Hex color #9FC1FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FC1FF is #603E00. Grayscale: #BDBDBD. Windows color (decimal): -6307329 or 16761247. OLE color: 16761247.

HSL color Cylindrical-coordinate representation of color #9FC1FF: hue angle of 218.75º 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 #9FC1FF is Cyan = 0.38, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB159193255-
CMYK0.380.2400
HSL218.75º100%81.18%-
HSV(B)218.75º37.65%100%-
XYZ51.4252.73102.08-
YUV189.9164.74105.96-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 26.19%
GREEN value IS 193 (75.78% from 255) = 31.80%
BLUE value IS 255 (100% from 255) = 42.01%
R=26.19%
G=31.80%
B=42.01%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1591932550.380.2400218.7510081.18
Hex9FC1FF261800db6451
Octal237301377463000333144121
Binary10011111110000011111111110011011000001101101111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FC1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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