Html Css Color HEX #116A96 Cerulean

📋 copy color: '#116A96'

red 17 ◦ green 106 ◦ blue 150

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

Shades of Cerulean #116A96

Tints of Cerulean #116A96

RGB

 RED value IS 17 (7.03% from 255) = 6.23%

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

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

R = 6.23%
G = 38.83%
B = 54.95%

CMYK

 C value IS 0.89

 M value IS 0.29

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#116A96 (or 0x116A96) is known color: Cerulean. HEX triplet: 11, 6A and 96. RGB value is (17,106,150). Sum of RGB (Red+Green+Blue) = 17+106+150=273 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.23% from 273); Green value is 106 (41.80% from 255 or 38.83% from 273); Blue value is 150 (58.98% from 255 or 54.95% from 273); Max value from RGB is 150 - color contains mainly: blue. Hex color #116A96 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116A96 is #EE9569. Grayscale: #545454. Windows color (decimal): -15635818 or 9857553. OLE color: 9857553.

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

Color convert

RGB 17 106 150 -
CMYK 0.89 0.29 0 0.41
HSL 199.85º 0.8% 0.33% -
HSV(B) 199.85º 0.89% 0.59% -
XYZ 10.89 12.63 30.72 -
YUV 84.41 165.01 79.92 -
System Red Green Blue C M Y K H S L
Decimal 17 106 150 0.89 0.29 0 0.41 199.85 0.8 0.33
Hex 11 6A 96 59 1D 0 29 C8 50 21
Octal 21 152 226 131 35 0 51 310 120 41
Binary 10001 1101010 10010110 1011001 11101 0 101001 11001000 1010000 100001

Color Harmonies of #116A96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116A96

Black with #116A96

Text Example


Text Example

White with #116A96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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