#9BC0ED

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

Shades of Sail #9BC0ED

Tints of Sail #9BC0ED

Color information

#9BC0ED (or 0x9BC0ED) is unknown color: approx Sail. HEX triplet: 9B, C0 and ED. RGB value is (155,192,237). Sum of RGB (Red+Green+Blue) = 155+192+237=584 (77% of max value = 765). Red value is 155 (60.94% from 255 or 26.54% from 584); Green value is 192 (75.39% from 255 or 32.88% from 584); Blue value is 237 (92.97% from 255 or 40.58% from 584); Max value from RGB is 237 - color contains mainly: blue. Hex color #9BC0ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BC0ED is #643F12. Grayscale: #B9B9B9. Windows color (decimal): -6569747 or 15581339. OLE color: 15581339.

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

Color convert

RGB155192237-
CMYK0.350.1900.07
HSL212.93º69.49%76.86%-
HSV(B)212.93º34.6%92.94%-
XYZ47.6550.7887.41-
YUV186.07156.74105.84-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.54%
GREEN value IS 192 (75.39% from 255) = 32.88%
BLUE value IS 237 (92.97% from 255) = 40.58%
R=26.54%
G=32.88%
B=40.58%

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
Decimal1551922370.350.1900.07212.9369.4976.86
Hex9BC0ED231307d5454d
Octal233300355432307325105115
Binary1001101111000000111011011000111001101111101010110001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BC0ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,192,237); }

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

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

 a { background-color: rgb(155,192,237); }

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

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

 span { border-color: rgb(155,192,237); }

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