#9CCBEB

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

Shades of Sail #9CCBEB

Tints of Sail #9CCBEB

Color information

#9CCBEB (or 0x9CCBEB) is unknown color: approx Sail. HEX triplet: 9C, CB and EB. RGB value is (156,203,235). Sum of RGB (Red+Green+Blue) = 156+203+235=594 (78% of max value = 765). Red value is 156 (61.33% from 255 or 26.26% from 594); Green value is 203 (79.69% from 255 or 34.18% from 594); Blue value is 235 (92.19% from 255 or 39.56% from 594); Max value from RGB is 235 - color contains mainly: blue. Hex color #9CCBEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CCBEB is #633414. Grayscale: #C0C0C0. Windows color (decimal): -6501397 or 15453084. OLE color: 15453084.

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

Color convert

RGB156203235-
CMYK0.340.1400.08
HSL204.3º66.39%76.67%-
HSV(B)204.3º33.62%92.16%-
XYZ50.0655.7886.72-
YUV192.59151.93101.9-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 26.26%
GREEN value IS 203 (79.69% from 255) = 34.18%
BLUE value IS 235 (92.19% from 255) = 39.56%
R=26.26%
G=34.18%
B=39.56%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1562032350.340.1400.08204.366.3976.67
Hex9CCBEB22E08cc424d
Octal2343133534216010314102115
Binary1001110011001011111010111000101110010001100110010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CCBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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