#9BC9ED

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

Shades of Sail #9BC9ED

Tints of Sail #9BC9ED

Color information

#9BC9ED (or 0x9BC9ED) is unknown color: approx Sail. HEX triplet: 9B, C9 and ED. RGB value is (155,201,237). Sum of RGB (Red+Green+Blue) = 155+201+237=593 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.14% from 593); Green value is 201 (78.91% from 255 or 33.90% from 593); Blue value is 237 (92.97% from 255 or 39.97% from 593); Max value from RGB is 237 - color contains mainly: blue. Hex color #9BC9ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BC9ED is #643612. Grayscale: #BFBFBF. Windows color (decimal): -6567443 or 15583643. OLE color: 15583643.

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

Color convert

RGB155201237-
CMYK0.350.1500.07
HSL206.34º69.49%76.86%-
HSV(B)206.34º34.6%92.94%-
XYZ49.6954.8688.09-
YUV191.35153.76102.07-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.14%
GREEN value IS 201 (78.91% from 255) = 33.90%
BLUE value IS 237 (92.97% from 255) = 39.97%
R=26.14%
G=33.90%
B=39.97%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1552012370.350.1500.07206.3469.4976.86
Hex9BC9ED23F07ce454d
Octal233311355431707316105115
Binary100110111100100111101101100011111101111100111010001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BC9ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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