#9CC4EE

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

Shades of Sail #9CC4EE

Tints of Sail #9CC4EE

Color information

#9CC4EE (or 0x9CC4EE) is unknown color: approx Sail. HEX triplet: 9C, C4 and EE. RGB value is (156,196,238). Sum of RGB (Red+Green+Blue) = 156+196+238=590 (78% of max value = 765). Red value is 156 (61.33% from 255 or 26.44% from 590); Green value is 196 (76.95% from 255 or 33.22% from 590); Blue value is 238 (93.36% from 255 or 40.34% from 590); Max value from RGB is 238 - color contains mainly: blue. Hex color #9CC4EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CC4EE is #633B11. Grayscale: #BCBCBC. Windows color (decimal): -6503186 or 15647900. OLE color: 15647900.

HSL color Cylindrical-coordinate representation of color #9CC4EE: hue angle of 210.73º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9CC4EE is Cyan = 0.34, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB156196238-
CMYK0.340.1800.07
HSL210.73º70.69%77.25%-
HSV(B)210.73º34.45%93.33%-
XYZ48.8852.7288.49-
YUV188.83155.75104.58-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 26.44%
GREEN value IS 196 (76.95% from 255) = 33.22%
BLUE value IS 238 (93.36% from 255) = 40.34%
R=26.44%
G=33.22%
B=40.34%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1561962380.340.1800.07210.7370.6977.25
Hex9CC4EE221207d3474d
Octal234304356422207323107115
Binary1001110011000100111011101000101001001111101001110001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CC4EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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