Html Css Color HEX #0C909D Eastern Blue

📋 copy color: '#0C909D'

red 12 ◦ green 144 ◦ blue 157

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

Shades of Eastern Blue #0C909D

Tints of Eastern Blue #0C909D

RGB

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

 GREEN value IS 144 (56.64% from 255) = 46.01%

 BLUE value IS 157 (61.72% from 255) = 50.16%

R = 3.83%
G = 46.01%
B = 50.16%

CMYK

 C value IS 0.92

 M value IS 0.08

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#0C909D (or 0x0C909D) is known color: Eastern Blue. HEX triplet: 0C, 90 and 9D. RGB value is (12,144,157). Sum of RGB (Red+Green+Blue) = 12+144+157=313 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.83% from 313); Green value is 144 (56.64% from 255 or 46.01% from 313); Blue value is 157 (61.72% from 255 or 50.16% from 313); Max value from RGB is 157 - color contains mainly: blue. Hex color #0C909D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C909D is #F36F62. Grayscale: #696969. Windows color (decimal): -15953763 or 10326028. OLE color: 10326028.

HSL color Cylindrical-coordinate representation of color #0C909D: hue angle of 185.38º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C909D is Cyan = 0.92, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 12 144 157 -
CMYK 0.92 0.08 0 0.38
HSL 185.38º 0.86% 0.33% -
HSV(B) 185.38º 0.92% 0.62% -
XYZ 16.21 22.46 35.38 -
YUV 106.01 156.77 60.94 -
System Red Green Blue C M Y K H S L
Decimal 12 144 157 0.92 0.08 0 0.38 185.38 0.86 0.33
Hex C 90 9D 5C 8 0 26 B9 56 21
Octal 14 220 235 134 10 0 46 271 126 41
Binary 1100 10010000 10011101 1011100 1000 0 100110 10111001 1010110 100001

Color Harmonies of #0C909D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C909D

Black with #0C909D

Text Example


Text Example

White with #0C909D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,144,157); }

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

background-color css

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

 a { background-color: rgb(12,144,157); }

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

border-color css

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

 span { border-color: rgb(12,144,157); }

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