#9BCCEE

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

Shades of Sail #9BCCEE

Tints of Sail #9BCCEE

Color information

#9BCCEE (or 0x9BCCEE) is unknown color: approx Sail. HEX triplet: 9B, CC and EE. RGB value is (155,204,238). Sum of RGB (Red+Green+Blue) = 155+204+238=597 (79% of max value = 765). Red value is 155 (60.94% from 255 or 25.96% from 597); Green value is 204 (80.08% from 255 or 34.17% from 597); Blue value is 238 (93.36% from 255 or 39.87% from 597); Max value from RGB is 238 - color contains mainly: blue. Hex color #9BCCEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BCCEE is #643311. Grayscale: #C1C1C1. Windows color (decimal): -6566674 or 15649947. OLE color: 15649947.

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

Color convert

RGB155204238-
CMYK0.350.1400.07
HSL204.58º70.94%77.06%-
HSV(B)204.58º34.87%93.33%-
XYZ50.5456.3389.1-
YUV193.22153.27100.74-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 25.96%
GREEN value IS 204 (80.08% from 255) = 34.17%
BLUE value IS 238 (93.36% from 255) = 39.87%
R=25.96%
G=34.17%
B=39.87%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1552042380.350.1400.07204.5870.9477.06
Hex9BCCEE23E07cd474d
Octal233314356431607315107115
Binary100110111100110011101110100011111001111100110110001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BCCEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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