Html Css Color HEX #087796 Cerulean

📋 copy color: '#087796'

red 8 ◦ green 119 ◦ blue 150

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

Shades of Cerulean #087796

Tints of Cerulean #087796

RGB

 RED value IS 8 (3.52% from 255) = 2.89%

 GREEN value IS 119 (46.88% from 255) = 42.96%

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

R = 2.89%
G = 42.96%
B = 54.15%

CMYK

 C value IS 0.95

 M value IS 0.21

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#087796 (or 0x087796) is known color: Cerulean. HEX triplet: 08, 77 and 96. RGB value is (8,119,150). Sum of RGB (Red+Green+Blue) = 8+119+150=277 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.89% from 277); Green value is 119 (46.88% from 255 or 42.96% from 277); Blue value is 150 (58.98% from 255 or 54.15% from 277); Max value from RGB is 150 - color contains mainly: blue. Hex color #087796 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #087796 is #F78869. Grayscale: #595959. Windows color (decimal): -16222314 or 9860872. OLE color: 9860872.

HSL color Cylindrical-coordinate representation of color #087796: hue angle of 193.1º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #087796 is Cyan = 0.95, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 8 119 150 -
CMYK 0.95 0.21 0 0.41
HSL 193.1º 0.9% 0.31% -
HSV(B) 193.1º 0.95% 0.59% -
XYZ 12.2 15.45 31.19 -
YUV 89.35 162.23 69.98 -
System Red Green Blue C M Y K H S L
Decimal 8 119 150 0.95 0.21 0 0.41 193.1 0.9 0.31
Hex 8 77 96 5F 15 0 29 C1 5A 1F
Octal 10 167 226 137 25 0 51 301 132 37
Binary 1000 1110111 10010110 1011111 10101 0 101001 11000001 1011010 11111

Color Harmonies of #087796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087796

Black with #087796

Text Example


Text Example

White with #087796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #087796; }

 p { color: rgb(8,119,150); }

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

background-color css

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

 a { background-color: rgb(8,119,150); }

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

border-color css

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

 span { border-color: rgb(8,119,150); }

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