Html Css Color HEX #08779E Cerulean

📋 copy color: '#08779E'

red 8 ◦ green 119 ◦ blue 158

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

Shades of Cerulean #08779E

Tints of Cerulean #08779E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 55.44%

R = 2.81%
G = 41.75%
B = 55.44%

CMYK

 C value IS 0.95

 M value IS 0.25

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#08779E (or 0x08779E) is known color: Cerulean. HEX triplet: 08, 77 and 9E. RGB value is (8,119,158). Sum of RGB (Red+Green+Blue) = 8+119+158=285 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.81% from 285); Green value is 119 (46.88% from 255 or 41.75% from 285); Blue value is 158 (62.11% from 255 or 55.44% from 285); Max value from RGB is 158 - color contains mainly: blue. Hex color #08779E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #08779E is #F78861. Grayscale: #595959. Windows color (decimal): -16222306 or 10385160. OLE color: 10385160.

HSL color Cylindrical-coordinate representation of color #08779E: hue angle of 195.6º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08779E is Cyan = 0.95, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 8 119 158 -
CMYK 0.95 0.25 0 0.38
HSL 195.6º 0.9% 0.33% -
HSV(B) 195.6º 0.95% 0.62% -
XYZ 12.87 15.71 34.7 -
YUV 90.26 166.23 69.33 -
System Red Green Blue C M Y K H S L
Decimal 8 119 158 0.95 0.25 0 0.38 195.6 0.9 0.33
Hex 8 77 9E 5F 19 0 26 C4 5A 21
Octal 10 167 236 137 31 0 46 304 132 41
Binary 1000 1110111 10011110 1011111 11001 0 100110 11000100 1011010 100001

Color Harmonies of #08779E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08779E

Black with #08779E

Text Example


Text Example

White with #08779E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08779E; }

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

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

background-color css

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

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

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

border-color css

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

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

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