Html Css Color HEX #096A96 Cerulean

📋 copy color: '#096A96'

red 9 ◦ green 106 ◦ blue 150

#096A96
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean #096A96

Tints of Cerulean #096A96

RGB

 RED value IS 9 (3.91% from 255) = 3.4%

 GREEN value IS 106 (41.8% from 255) = 40%

 BLUE value IS 150 (58.98% from 255) = 56.6%

R = 3.4%
G = 40%
B = 56.6%

CMYK

 C value IS 0.94

 M value IS 0.29

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#096A96 (or 0x096A96) is known color: Cerulean. HEX triplet: 09, 6A and 96. RGB value is (9,106,150). Sum of RGB (Red+Green+Blue) = 9+106+150=265 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.40% from 265); Green value is 106 (41.80% from 255 or 40% from 265); Blue value is 150 (58.98% from 255 or 56.60% from 265); Max value from RGB is 150 - color contains mainly: blue. Hex color #096A96 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096A96 is #F69569. Grayscale: #515151. Windows color (decimal): -16160106 or 9857545. OLE color: 9857545.

HSL color Cylindrical-coordinate representation of color #096A96: hue angle of 198.72º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #096A96 is Cyan = 0.94, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 9 106 150 -
CMYK 0.94 0.29 0 0.41
HSL 198.72º 0.89% 0.31% -
HSV(B) 198.72º 0.94% 0.59% -
XYZ 10.77 12.57 30.71 -
YUV 82.01 166.36 75.92 -
System Red Green Blue C M Y K H S L
Decimal 9 106 150 0.94 0.29 0 0.41 198.72 0.89 0.31
Hex 9 6A 96 5E 1D 0 29 C7 59 1F
Octal 11 152 226 136 35 0 51 307 131 37
Binary 1001 1101010 10010110 1011110 11101 0 101001 11000111 1011001 11111

Color Harmonies of #096A96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096A96

Black with #096A96

Text Example


Text Example

White with #096A96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #096A96;
 }
 .AnyTagClassName
 {
   color: #096A96;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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