#9FC2FF

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

Shades of Pale Cornflower Blue #9FC2FF

Tints of Pale Cornflower Blue #9FC2FF

Color information

#9FC2FF (or 0x9FC2FF) is unknown color: approx Pale Cornflower Blue. HEX triplet: 9F, C2 and FF. RGB value is (159,194,255). Sum of RGB (Red+Green+Blue) = 159+194+255=608 (80% of max value = 765). Red value is 159 (62.5% from 255 or 26.15% from 608); Green value is 194 (76.17% from 255 or 31.91% from 608); Blue value is 255 (100% from 255 or 41.94% from 608); Max value from RGB is 255 - color contains mainly: blue. Hex color #9FC2FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FC2FF is #603D00. Grayscale: #BEBEBE. Windows color (decimal): -6307073 or 16761503. OLE color: 16761503.

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

Color convert

RGB159194255-
CMYK0.380.2400
HSL218.12º100%81.18%-
HSV(B)218.12º37.65%100%-
XYZ51.6453.17102.15-
YUV190.49164.4105.54-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 26.15%
GREEN value IS 194 (76.17% from 255) = 31.91%
BLUE value IS 255 (100% from 255) = 41.94%
R=26.15%
G=31.91%
B=41.94%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1591942550.380.2400218.1210081.18
Hex9FC2FF261800da6451
Octal237302377463000332144121
Binary10011111110000101111111110011011000001101101011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FC2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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