#9BC1EE

Color #9BC1EE Sail (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sail #9BC1EE

Tints of Sail #9BC1EE

Color information

#9BC1EE (or 0x9BC1EE) is unknown color: approx Sail. HEX triplet: 9B, C1 and EE. RGB value is (155,193,238). Sum of RGB (Red+Green+Blue) = 155+193+238=586 (77% of max value = 765). Red value is 155 (60.94% from 255 or 26.45% from 586); Green value is 193 (75.78% from 255 or 32.94% from 586); Blue value is 238 (93.36% from 255 or 40.61% from 586); Max value from RGB is 238 - color contains mainly: blue. Hex color #9BC1EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BC1EE is #643E11. Grayscale: #BABABA. Windows color (decimal): -6569490 or 15647131. OLE color: 15647131.

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

Color convert

RGB155193238-
CMYK0.350.1900.07
HSL212.53º70.94%77.06%-
HSV(B)212.53º34.87%93.33%-
XYZ48.0251.2888.26-
YUV186.77156.91105.34-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.45%
GREEN value IS 193 (75.78% from 255) = 32.94%
BLUE value IS 238 (93.36% from 255) = 40.61%
R=26.45%
G=32.94%
B=40.61%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1551932380.350.1900.07212.5370.9477.06
Hex9BC1EE231307d5474d
Octal233301356432307325107115
Binary1001101111000001111011101000111001101111101010110001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BC1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,193,238); }

 H1.HeaderClassName
 {
   color: #9BC1EE;
 }
 .AnyTagClassName
 {
   color: #9BC1EE;
 }
</style>
background-color css

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

 a { background-color: rgb(155,193,238); }

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

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

 span { border-color: rgb(155,193,238); }

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