Html Css Color HEX #0C8EAA Eastern Blue

📋 copy color: '#0C8EAA'

red 12 ◦ green 142 ◦ blue 170

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

Shades of Eastern Blue #0C8EAA

Tints of Eastern Blue #0C8EAA

RGB

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

 GREEN value IS 142 (55.86% from 255) = 43.83%

 BLUE value IS 170 (66.8% from 255) = 52.47%

R = 3.7%
G = 43.83%
B = 52.47%

CMYK

 C value IS 0.93

 M value IS 0.16

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0C8EAA (or 0x0C8EAA) is known color: Eastern Blue. HEX triplet: 0C, 8E and AA. RGB value is (12,142,170). Sum of RGB (Red+Green+Blue) = 12+142+170=324 (42% of max value = 765). Red value is 12 (5.08% from 255 or 3.70% from 324); Green value is 142 (55.86% from 255 or 43.83% from 324); Blue value is 170 (66.80% from 255 or 52.47% from 324); Max value from RGB is 170 - color contains mainly: blue. Hex color #0C8EAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C8EAA is #F37155. Grayscale: #6A6A6A. Windows color (decimal): -15954262 or 11177484. OLE color: 11177484.

HSL color Cylindrical-coordinate representation of color #0C8EAA: hue angle of 190.63º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C8EAA is Cyan = 0.93, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 12 142 170 -
CMYK 0.93 0.16 0 0.33
HSL 190.63º 0.87% 0.36% -
HSV(B) 190.63º 0.93% 0.67% -
XYZ 17.08 22.33 41.44 -
YUV 106.32 163.93 60.72 -
System Red Green Blue C M Y K H S L
Decimal 12 142 170 0.93 0.16 0 0.33 190.63 0.87 0.36
Hex C 8E AA 5D 10 0 21 BF 57 24
Octal 14 216 252 135 20 0 41 277 127 44
Binary 1100 10001110 10101010 1011101 10000 0 100001 10111111 1010111 100100

Color Harmonies of #0C8EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C8EAA

Black with #0C8EAA

Text Example


Text Example

White with #0C8EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,142,170); }

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

background-color css

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

 a { background-color: rgb(12,142,170); }

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

border-color css

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

 span { border-color: rgb(12,142,170); }

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