#096A9B

Color #096A9B Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean #096A9B

Tints of Cerulean #096A9B

Color information

#096A9B (or 0x096A9B) is unknown color: approx Cerulean. HEX triplet: 09, 6A and 9B. RGB value is (9,106,155). Sum of RGB (Red+Green+Blue) = 9+106+155=270 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.33% from 270); Green value is 106 (41.80% from 255 or 39.26% from 270); Blue value is 155 (60.94% from 255 or 57.41% from 270); Max value from RGB is 155 - color contains mainly: blue. Hex color #096A9B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096A9B is #F69564. Grayscale: #525252. Windows color (decimal): -16160101 or 10185225. OLE color: 10185225.

HSL color Cylindrical-coordinate representation of color #096A9B: hue angle of 200.14º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #096A9B is Cyan = 0.94, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB9106155-
CMYK0.940.3200.39
HSL200.14º89.02%32.16%-
HSV(B)200.14º94.19%60.78%-
XYZ11.1812.7332.88-
YUV82.58168.8675.52-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.33%
GREEN value IS 106 (41.80% from 255) = 39.26%
BLUE value IS 155 (60.94% from 255) = 57.41%
R=3.33%
G=39.26%
B=57.41%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal91061550.940.3200.39200.1489.0232.16
Hex96A9B5E20027c85920
Octal111522331364004731013140
Binary100111010101001101110111101000000100111110010001011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096A9B; }

 p { color: rgb(9,106,155); }

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

<style>
 a { background-color: #096A9B; }

 a { background-color: rgb(9,106,155); }

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

<style>
 span { border-color: #096A9B; }

 span { border-color: rgb(9,106,155); }

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