Html Css Color HEX #0877AC Cerulean

📋 copy color: '#0877AC'

red 8 ◦ green 119 ◦ blue 172

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

Shades of Cerulean #0877AC

Tints of Cerulean #0877AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 57.53%

R = 2.68%
G = 39.8%
B = 57.53%

CMYK

 C value IS 0.95

 M value IS 0.31

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0877AC (or 0x0877AC) is known color: Cerulean. HEX triplet: 08, 77 and AC. RGB value is (8,119,172). Sum of RGB (Red+Green+Blue) = 8+119+172=299 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.68% from 299); Green value is 119 (46.88% from 255 or 39.80% from 299); Blue value is 172 (67.58% from 255 or 57.53% from 299); Max value from RGB is 172 - color contains mainly: blue. Hex color #0877AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0877AC is #F78853. Grayscale: #5B5B5B. Windows color (decimal): -16222292 or 11302664. OLE color: 11302664.

HSL color Cylindrical-coordinate representation of color #0877AC: hue angle of 199.39º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0877AC is Cyan = 0.95, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 8 119 172 -
CMYK 0.95 0.31 0 0.33
HSL 199.39º 0.91% 0.35% -
HSV(B) 199.39º 0.95% 0.67% -
XYZ 14.14 16.22 41.42 -
YUV 91.85 173.23 68.19 -
System Red Green Blue C M Y K H S L
Decimal 8 119 172 0.95 0.31 0 0.33 199.39 0.91 0.35
Hex 8 77 AC 5F 1F 0 21 C7 5B 23
Octal 10 167 254 137 37 0 41 307 133 43
Binary 1000 1110111 10101100 1011111 11111 0 100001 11000111 1011011 100011

Color Harmonies of #0877AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0877AC

Black with #0877AC

Text Example


Text Example

White with #0877AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0877AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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