#9bc4ee

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

Shades of Sail #9BC4EE

Tints of Sail #9BC4EE

Color information

#9BC4EE (or 0x9BC4EE) is unknown color: approx Sail. HEX triplet: 9B, C4 and EE. RGB value is (155,196,238). Sum of RGB (Red+Green+Blue) = 155+196+238=589 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.32% from 589); Green value is 196 (76.95% from 255 or 33.28% from 589); Blue value is 238 (93.36% from 255 or 40.41% from 589); Max value from RGB is 238 - color contains mainly: blue. Hex color #9BC4EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BC4EE is #643B11. Grayscale: #BCBCBC. Windows color (decimal): -6568722 or 15647899. OLE color: 15647899.

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

Color convert

RGB155196238-
CMYK0.350.1800.07
HSL210.36º70.94%77.06%-
HSV(B)210.36º34.87%93.33%-
XYZ48.6952.6288.48-
YUV188.53155.92104.08-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.32%
GREEN value IS 196 (76.95% from 255) = 33.28%
BLUE value IS 238 (93.36% from 255) = 40.41%
R=26.32%
G=33.28%
B=40.41%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1551962380.350.1800.07210.3670.9477.06
Hex9BC4EE231207d2474d
Octal233304356432207322107115
Binary1001101111000100111011101000111001001111101001010001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9bc4ee

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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