Html Css Color HEX #9FCBE6 Sail

📋 copy color: '#9FCBE6'

red 159 ◦ green 203 ◦ blue 230

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

Shades of Sail #9FCBE6

Tints of Sail #9FCBE6

RGB

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

 GREEN value IS 203 (79.69% from 255) = 34.29%

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

R = 26.86%
G = 34.29%
B = 38.85%

CMYK

 C value IS 0.31

 M value IS 0.12

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#9FCBE6 (or 0x9FCBE6) is known color: Sail. HEX triplet: 9F, CB and E6. RGB value is (159,203,230). Sum of RGB (Red+Green+Blue) = 159+203+230=592 (78% of max value = 765). Red value is 159 (62.5% from 255 or 26.86% from 592); Green value is 203 (79.69% from 255 or 34.29% from 592); Blue value is 230 (90.23% from 255 or 38.85% from 592); Max value from RGB is 230 - color contains mainly: blue. Hex color #9FCBE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FCBE6 is #603419. Grayscale: #C0C0C0. Windows color (decimal): -6304794 or 15125407. OLE color: 15125407.

HSL color Cylindrical-coordinate representation of color #9FCBE6: hue angle of 202.82º 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 #9FCBE6 is Cyan = 0.31, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 159 203 230 -
CMYK 0.31 0.12 0 0.10
HSL 202.82º 0.59% 0.76% -
HSV(B) 202.82º 0.31% 0.9% -
XYZ 49.94 55.8 83 -
YUV 192.92 148.92 103.8 -
System Red Green Blue C M Y K H S L
Decimal 159 203 230 0.31 0.12 0 0.10 202.82 0.59 0.76
Hex 9F CB E6 1F C 0 A CB 3B 4C
Octal 237 313 346 37 14 0 12 313 73 114
Binary 10011111 11001011 11100110 11111 1100 0 1010 11001011 111011 1001100

Color Harmonies of #9FCBE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FCBE6

Black with #9FCBE6

Text Example


Text Example

White with #9FCBE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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