Html Css Color HEX #08799A Cerulean

📋 copy color: '#08799A'

red 8 ◦ green 121 ◦ blue 154

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

Shades of Cerulean #08799A

Tints of Cerulean #08799A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 54.42%

R = 2.83%
G = 42.76%
B = 54.42%

CMYK

 C value IS 0.95

 M value IS 0.21

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#08799A (or 0x08799A) is known color: Cerulean. HEX triplet: 08, 79 and 9A. RGB value is (8,121,154). Sum of RGB (Red+Green+Blue) = 8+121+154=283 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.83% from 283); Green value is 121 (47.66% from 255 or 42.76% from 283); Blue value is 154 (60.55% from 255 or 54.42% from 283); Max value from RGB is 154 - color contains mainly: blue. Hex color #08799A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #08799A is #F78665. Grayscale: #5A5A5A. Windows color (decimal): -16221798 or 10123528. OLE color: 10123528.

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

Color convert

RGB 8 121 154 -
CMYK 0.95 0.21 0 0.40
HSL 193.56º 0.9% 0.32% -
HSV(B) 193.56º 0.95% 0.6% -
XYZ 12.77 16.06 33 -
YUV 90.98 163.56 68.82 -
System Red Green Blue C M Y K H S L
Decimal 8 121 154 0.95 0.21 0 0.40 193.56 0.9 0.32
Hex 8 79 9A 5F 15 0 28 C2 5A 20
Octal 10 171 232 137 25 0 50 302 132 40
Binary 1000 1111001 10011010 1011111 10101 0 101000 11000010 1011010 100000

Color Harmonies of #08799A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08799A

Black with #08799A

Text Example


Text Example

White with #08799A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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