Html Css Color HEX #0C8799 Eastern Blue

📋 copy color: '#0C8799'

red 12 ◦ green 135 ◦ blue 153

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

Shades of Eastern Blue #0C8799

Tints of Eastern Blue #0C8799

RGB

 RED value IS 12 (5.08% from 255) = 4%

 GREEN value IS 135 (53.13% from 255) = 45%

 BLUE value IS 153 (60.16% from 255) = 51%

R = 4%
G = 45%
B = 51%

CMYK

 C value IS 0.92

 M value IS 0.12

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#0C8799 (or 0x0C8799) is known color: Eastern Blue. HEX triplet: 0C, 87 and 99. RGB value is (12,135,153). Sum of RGB (Red+Green+Blue) = 12+135+153=300 (39% of max value = 765). Red value is 12 (5.08% from 255 or 4% from 300); Green value is 135 (53.12% from 255 or 45% from 300); Blue value is 153 (60.16% from 255 or 51% from 300); Max value from RGB is 153 - color contains mainly: blue. Hex color #0C8799 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C8799 is #F37866. Grayscale: #646464. Windows color (decimal): -15956071 or 10061580. OLE color: 10061580.

HSL color Cylindrical-coordinate representation of color #0C8799: hue angle of 187.66º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C8799 is Cyan = 0.92, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 12 135 153 -
CMYK 0.92 0.12 0 0.4
HSL 187.66º 0.85% 0.32% -
HSV(B) 187.66º 0.92% 0.6% -
XYZ 14.57 19.71 33.17 -
YUV 100.28 157.75 65.04 -
System Red Green Blue C M Y K H S L
Decimal 12 135 153 0.92 0.12 0 0.4 187.66 0.85 0.32
Hex C 87 99 5C C 0 28 BC 55 20
Octal 14 207 231 134 14 0 50 274 125 40
Binary 1100 10000111 10011001 1011100 1100 0 101000 10111100 1010101 100000

Color Harmonies of #0C8799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C8799

Black with #0C8799

Text Example


Text Example

White with #0C8799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0C8799; }

 p { color: rgb(12,135,153); }

 H1.HeaderClassName
 {
   color: #0C8799;
 }
 .AnyTagClassName
 {
   color: #0C8799;
 }
</style>

background-color css

<style>
 a { background-color: #0C8799; }

 a { background-color: rgb(12,135,153); }

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

border-color css

<style>
 span { border-color: #0C8799; }

 span { border-color: rgb(12,135,153); }

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