Html Css Color HEX #08799C Cerulean

📋 copy color: '#08799C'

red 8 ◦ green 121 ◦ blue 156

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

Shades of Cerulean #08799C

Tints of Cerulean #08799C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 54.74%

R = 2.81%
G = 42.46%
B = 54.74%

CMYK

 C value IS 0.95

 M value IS 0.22

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#08799C (or 0x08799C) is known color: Cerulean. HEX triplet: 08, 79 and 9C. RGB value is (8,121,156). Sum of RGB (Red+Green+Blue) = 8+121+156=285 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.81% from 285); Green value is 121 (47.66% from 255 or 42.46% from 285); Blue value is 156 (61.33% from 255 or 54.74% from 285); Max value from RGB is 156 - color contains mainly: blue. Hex color #08799C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #08799C is #F78663. Grayscale: #5A5A5A. Windows color (decimal): -16221796 or 10254600. OLE color: 10254600.

HSL color Cylindrical-coordinate representation of color #08799C: hue angle of 194.19º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08799C is Cyan = 0.95, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 8 121 156 -
CMYK 0.95 0.22 0 0.39
HSL 194.19º 0.9% 0.32% -
HSV(B) 194.19º 0.95% 0.61% -
XYZ 12.94 16.13 33.88 -
YUV 91.2 164.56 68.65 -
System Red Green Blue C M Y K H S L
Decimal 8 121 156 0.95 0.22 0 0.39 194.19 0.9 0.32
Hex 8 79 9C 5F 16 0 27 C2 5A 20
Octal 10 171 234 137 26 0 47 302 132 40
Binary 1000 1111001 10011100 1011111 10110 0 100111 11000010 1011010 100000

Color Harmonies of #08799C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08799C

Black with #08799C

Text Example


Text Example

White with #08799C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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