#9fccf2

Color #9FCCF2 Sail (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sail #9FCCF2

Tints of Sail #9FCCF2

Color information

#9FCCF2 (or 0x9FCCF2) is unknown color: approx Sail. HEX triplet: 9F, CC and F2. RGB value is (159,204,242). Sum of RGB (Red+Green+Blue) = 159+204+242=605 (80% of max value = 765). Red value is 159 (62.5% from 255 or 26.28% from 605); Green value is 204 (80.08% from 255 or 33.72% from 605); Blue value is 242 (94.92% from 255 or 40% from 605); Max value from RGB is 242 - color contains mainly: blue. Hex color #9FCCF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FCCF2 is #60330D. Grayscale: #C2C2C2. Windows color (decimal): -6304526 or 15912095. OLE color: 15912095.

HSL color Cylindrical-coordinate representation of color #9FCCF2: hue angle of 207.47º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9FCCF2 is Cyan = 0.34, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB159204242-
CMYK0.340.1600.05
HSL207.47º76.15%78.63%-
HSV(B)207.47º34.3%94.9%-
XYZ51.9256.9792.26-
YUV194.88154.59102.41-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 26.28%
GREEN value IS 204 (80.08% from 255) = 33.72%
BLUE value IS 242 (94.92% from 255) = 40%
R=26.28%
G=33.72%
B=40%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1592042420.340.1600.05207.4776.1578.63
Hex9FCCF2221005cf4c4f
Octal237314362422005317114117
Binary1001111111001100111100101000101000001011100111110011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9fccf2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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