Html Css Color HEX #9FCEE6 Sail

📋 copy color: '#9FCEE6'

red 159 ◦ green 206 ◦ blue 230

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

Shades of Sail #9FCEE6

Tints of Sail #9FCEE6

RGB

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

 GREEN value IS 206 (80.86% from 255) = 34.62%

 BLUE value IS 230 (90.23% from 255) = 38.66%

R = 26.72%
G = 34.62%
B = 38.66%

CMYK

 C value IS 0.31

 M value IS 0.10

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#9FCEE6 (or 0x9FCEE6) is known color: Sail. HEX triplet: 9F, CE and E6. RGB value is (159,206,230). Sum of RGB (Red+Green+Blue) = 159+206+230=595 (78% of max value = 765). Red value is 159 (62.5% from 255 or 26.72% from 595); Green value is 206 (80.86% from 255 or 34.62% from 595); Blue value is 230 (90.23% from 255 or 38.66% from 595); Max value from RGB is 230 - color contains mainly: blue. Hex color #9FCEE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FCEE6 is #603119. Grayscale: #C2C2C2. Windows color (decimal): -6304026 or 15126175. OLE color: 15126175.

HSL color Cylindrical-coordinate representation of color #9FCEE6: hue angle of 200.28º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9FCEE6 is Cyan = 0.31, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 159 206 230 -
CMYK 0.31 0.10 0 0.10
HSL 200.28º 0.59% 0.76% -
HSV(B) 200.28º 0.31% 0.9% -
XYZ 50.65 57.23 83.24 -
YUV 194.68 147.93 102.55 -
System Red Green Blue C M Y K H S L
Decimal 159 206 230 0.31 0.10 0 0.10 200.28 0.59 0.76
Hex 9F CE E6 1F A 0 A C8 3B 4C
Octal 237 316 346 37 12 0 12 310 73 114
Binary 10011111 11001110 11100110 11111 1010 0 1010 11001000 111011 1001100

Color Harmonies of #9FCEE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FCEE6

Black with #9FCEE6

Text Example


Text Example

White with #9FCEE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,206,230); }

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

background-color css

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

 a { background-color: rgb(159,206,230); }

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

border-color css

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

 span { border-color: rgb(159,206,230); }

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