Html Css Color HEX #9FCCF5 Sail

📋 copy color: '#9FCCF5'

red 159 ◦ green 204 ◦ blue 245

#9FCCF5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sail #9FCCF5

Tints of Sail #9FCCF5

RGB

 RED value IS 159 (62.5% from 255) = 26.15%

 GREEN value IS 204 (80.08% from 255) = 33.55%

 BLUE value IS 245 (96.09% from 255) = 40.3%

R = 26.15%
G = 33.55%
B = 40.3%

CMYK

 C value IS 0.35

 M value IS 0.17

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#9FCCF5 (or 0x9FCCF5) is known color: Sail. HEX triplet: 9F, CC and F5. RGB value is (159,204,245). Sum of RGB (Red+Green+Blue) = 159+204+245=608 (80% of max value = 765). Red value is 159 (62.5% from 255 or 26.15% from 608); Green value is 204 (80.08% from 255 or 33.55% from 608); Blue value is 245 (96.09% from 255 or 40.30% from 608); Max value from RGB is 245 - color contains mainly: blue. Hex color #9FCCF5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FCCF5 is #60330A. Grayscale: #C3C3C3. Windows color (decimal): -6304523 or 16108703. OLE color: 16108703.

HSL color Cylindrical-coordinate representation of color #9FCCF5: hue angle of 208.6º degrees, saturation: 0.81, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9FCCF5 is Cyan = 0.35, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 159 204 245 -
CMYK 0.35 0.17 0 0.04
HSL 208.6º 0.81% 0.79% -
HSV(B) 208.6º 0.35% 0.96% -
XYZ 52.37 57.15 94.66 -
YUV 195.22 156.09 102.17 -
System Red Green Blue C M Y K H S L
Decimal 159 204 245 0.35 0.17 0 0.04 208.6 0.81 0.79
Hex 9F CC F5 23 11 0 4 D1 51 4F
Octal 237 314 365 43 21 0 4 321 121 117
Binary 10011111 11001100 11110101 100011 10001 0 100 11010001 1010001 1001111

Color Harmonies of #9FCCF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FCCF5

Black with #9FCCF5

Text Example


Text Example

White with #9FCCF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9FCCF5;
 }
 .AnyTagClassName
 {
   color: #9FCCF5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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