Html Css Color HEX #08799E Cerulean

📋 copy color: '#08799E'

red 8 ◦ green 121 ◦ blue 158

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

Shades of Cerulean #08799E

Tints of Cerulean #08799E

RGB

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

 GREEN value IS 121 (47.66% from 255) = 42.16%

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

R = 2.79%
G = 42.16%
B = 55.05%

CMYK

 C value IS 0.95

 M value IS 0.23

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#08799E (or 0x08799E) is known color: Cerulean. HEX triplet: 08, 79 and 9E. RGB value is (8,121,158). Sum of RGB (Red+Green+Blue) = 8+121+158=287 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.79% from 287); Green value is 121 (47.66% from 255 or 42.16% from 287); Blue value is 158 (62.11% from 255 or 55.05% from 287); Max value from RGB is 158 - color contains mainly: blue. Hex color #08799E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #08799E is #F78661. Grayscale: #5B5B5B. Windows color (decimal): -16221794 or 10385672. OLE color: 10385672.

HSL color Cylindrical-coordinate representation of color #08799E: hue angle of 194.8º 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 #08799E is Cyan = 0.95, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 8 121 158 -
CMYK 0.95 0.23 0 0.38
HSL 194.8º 0.9% 0.33% -
HSV(B) 194.8º 0.95% 0.62% -
XYZ 13.11 16.19 34.78 -
YUV 91.43 165.56 68.49 -
System Red Green Blue C M Y K H S L
Decimal 8 121 158 0.95 0.23 0 0.38 194.8 0.9 0.33
Hex 8 79 9E 5F 17 0 26 C3 5A 21
Octal 10 171 236 137 27 0 46 303 132 41
Binary 1000 1111001 10011110 1011111 10111 0 100110 11000011 1011010 100001

Color Harmonies of #08799E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08799E

Black with #08799E

Text Example


Text Example

White with #08799E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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