#9CCCEB

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

Shades of Sail #9CCCEB

Tints of Sail #9CCCEB

Color information

#9CCCEB (or 0x9CCCEB) is unknown color: approx Sail. HEX triplet: 9C, CC and EB. RGB value is (156,204,235). Sum of RGB (Red+Green+Blue) = 156+204+235=595 (78% of max value = 765). Red value is 156 (61.33% from 255 or 26.22% from 595); Green value is 204 (80.08% from 255 or 34.29% from 595); Blue value is 235 (92.19% from 255 or 39.50% from 595); Max value from RGB is 235 - color contains mainly: blue. Hex color #9CCCEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CCCEB is #633314. Grayscale: #C1C1C1. Windows color (decimal): -6501141 or 15453340. OLE color: 15453340.

HSL color Cylindrical-coordinate representation of color #9CCCEB: hue angle of 203.54º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9CCCEB is Cyan = 0.34, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB156204235-
CMYK0.340.1300.08
HSL203.54º66.39%76.67%-
HSV(B)203.54º33.62%92.16%-
XYZ50.356.2586.8-
YUV193.18151.6101.48-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 26.22%
GREEN value IS 204 (80.08% from 255) = 34.29%
BLUE value IS 235 (92.19% from 255) = 39.50%
R=26.22%
G=34.29%
B=39.50%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1562042350.340.1300.08203.5466.3976.67
Hex9CCCEB22D08cc424d
Octal2343143534215010314102115
Binary1001110011001100111010111000101101010001100110010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CCCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,204,235); }

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

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

 a { background-color: rgb(156,204,235); }

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

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

 span { border-color: rgb(156,204,235); }

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