Html Css Color HEX #9FCBEB Sail

📋 copy color: '#9FCBEB'

red 159 ◦ green 203 ◦ blue 235

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

Shades of Sail #9FCBEB

Tints of Sail #9FCBEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 39.36%

R = 26.63%
G = 34%
B = 39.36%

CMYK

 C value IS 0.32

 M value IS 0.14

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9FCBEB (or 0x9FCBEB) is known color: Sail. HEX triplet: 9F, CB and EB. RGB value is (159,203,235). Sum of RGB (Red+Green+Blue) = 159+203+235=597 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.63% from 597); Green value is 203 (79.69% from 255 or 34.00% from 597); Blue value is 235 (92.19% from 255 or 39.36% from 597); Max value from RGB is 235 - color contains mainly: blue. Hex color #9FCBEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FCBEB is #603414. Grayscale: #C1C1C1. Windows color (decimal): -6304789 or 15453087. OLE color: 15453087.

HSL color Cylindrical-coordinate representation of color #9FCBEB: hue angle of 205.26º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9FCBEB is Cyan = 0.32, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 159 203 235 -
CMYK 0.32 0.14 0 0.08
HSL 205.26º 0.66% 0.77% -
HSV(B) 205.26º 0.32% 0.92% -
XYZ 50.65 56.08 86.75 -
YUV 193.49 151.42 103.4 -
System Red Green Blue C M Y K H S L
Decimal 159 203 235 0.32 0.14 0 0.08 205.26 0.66 0.77
Hex 9F CB EB 20 E 0 8 CD 42 4D
Octal 237 313 353 40 16 0 10 315 102 115
Binary 10011111 11001011 11101011 100000 1110 0 1000 11001101 1000010 1001101

Color Harmonies of #9FCBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FCBEB

Black with #9FCBEB

Text Example


Text Example

White with #9FCBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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