Html Css Color HEX #9FCBED Sail

📋 copy color: '#9FCBED'

red 159 ◦ green 203 ◦ blue 237

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

Shades of Sail #9FCBED

Tints of Sail #9FCBED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 39.57%

R = 26.54%
G = 33.89%
B = 39.57%

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

#9FCBED (or 0x9FCBED) is known color: Sail. HEX triplet: 9F, CB and ED. RGB value is (159,203,237). Sum of RGB (Red+Green+Blue) = 159+203+237=599 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.54% from 599); Green value is 203 (79.69% from 255 or 33.89% from 599); Blue value is 237 (92.97% from 255 or 39.57% from 599); Max value from RGB is 237 - color contains mainly: blue. Hex color #9FCBED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FCBED is #603412. Grayscale: #C1C1C1. Windows color (decimal): -6304787 or 15584159. OLE color: 15584159.

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

Color convert

RGB 159 203 237 -
CMYK 0.33 0.14 0 0.07
HSL 206.15º 0.68% 0.78% -
HSV(B) 206.15º 0.33% 0.93% -
XYZ 50.94 56.2 88.28 -
YUV 193.72 152.42 103.24 -
System Red Green Blue C M Y K H S L
Decimal 159 203 237 0.33 0.14 0 0.07 206.15 0.68 0.78
Hex 9F CB ED 21 E 0 7 CE 44 4E
Octal 237 313 355 41 16 0 7 316 104 116
Binary 10011111 11001011 11101101 100001 1110 0 111 11001110 1000100 1001110

Color Harmonies of #9FCBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FCBED

Black with #9FCBED

Text Example


Text Example

White with #9FCBED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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