#9BC6EE

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

Shades of Sail #9BC6EE

Tints of Sail #9BC6EE

Color information

#9BC6EE (or 0x9BC6EE) is unknown color: approx Sail. HEX triplet: 9B, C6 and EE. RGB value is (155,198,238). Sum of RGB (Red+Green+Blue) = 155+198+238=591 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.23% from 591); Green value is 198 (77.73% from 255 or 33.50% from 591); Blue value is 238 (93.36% from 255 or 40.27% from 591); Max value from RGB is 238 - color contains mainly: blue. Hex color #9BC6EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BC6EE is #643911. Grayscale: #BDBDBD. Windows color (decimal): -6568210 or 15648411. OLE color: 15648411.

HSL color Cylindrical-coordinate representation of color #9BC6EE: hue angle of 208.92º 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 #9BC6EE is Cyan = 0.35, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB155198238-
CMYK0.350.1700.07
HSL208.92º70.94%77.06%-
HSV(B)208.92º34.87%93.33%-
XYZ49.1453.5388.63-
YUV189.7155.25103.25-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.23%
GREEN value IS 198 (77.73% from 255) = 33.50%
BLUE value IS 238 (93.36% from 255) = 40.27%
R=26.23%
G=33.50%
B=40.27%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1551982380.350.1700.07208.9270.9477.06
Hex9BC6EE231107d1474d
Octal233306356432107321107115
Binary1001101111000110111011101000111000101111101000110001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BC6EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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