Html Css Color HEX #9FCBEC Sail

📋 copy color: '#9FCBEC'

red 159 ◦ green 203 ◦ blue 236

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

Shades of Sail #9FCBEC

Tints of Sail #9FCBEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 39.46%

R = 26.59%
G = 33.95%
B = 39.46%

CMYK

 C value IS 0.33

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9FCBEC (or 0x9FCBEC) is known color: Sail. HEX triplet: 9F, CB and EC. RGB value is (159,203,236). Sum of RGB (Red+Green+Blue) = 159+203+236=598 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.59% from 598); Green value is 203 (79.69% from 255 or 33.95% from 598); Blue value is 236 (92.58% from 255 or 39.46% from 598); Max value from RGB is 236 - color contains mainly: blue. Hex color #9FCBEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FCBEC is #603413. Grayscale: #C1C1C1. Windows color (decimal): -6304788 or 15518623. OLE color: 15518623.

HSL color Cylindrical-coordinate representation of color #9FCBEC: hue angle of 205.71º degrees, saturation: 0.67, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FCBEC is Cyan = 0.33, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 159 203 236 -
CMYK 0.33 0.14 0 0.07
HSL 205.71º 0.67% 0.77% -
HSV(B) 205.71º 0.33% 0.93% -
XYZ 50.79 56.14 87.52 -
YUV 193.61 151.92 103.32 -
System Red Green Blue C M Y K H S L
Decimal 159 203 236 0.33 0.14 0 0.07 205.71 0.67 0.77
Hex 9F CB EC 21 E 0 7 CE 43 4D
Octal 237 313 354 41 16 0 7 316 103 115
Binary 10011111 11001011 11101100 100001 1110 0 111 11001110 1000011 1001101

Color Harmonies of #9FCBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FCBEC

Black with #9FCBEC

Text Example


Text Example

White with #9FCBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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