Html Css Color HEX #0C88AA Eastern Blue

📋 copy color: '#0C88AA'

red 12 ◦ green 136 ◦ blue 170

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

Shades of Eastern Blue #0C88AA

Tints of Eastern Blue #0C88AA

RGB

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

 GREEN value IS 136 (53.52% from 255) = 42.77%

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

R = 3.77%
G = 42.77%
B = 53.46%

CMYK

 C value IS 0.93

 M value IS 0.20

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0C88AA (or 0x0C88AA) is known color: Eastern Blue. HEX triplet: 0C, 88 and AA. RGB value is (12,136,170). Sum of RGB (Red+Green+Blue) = 12+136+170=318 (42% of max value = 765). Red value is 12 (5.08% from 255 or 3.77% from 318); Green value is 136 (53.52% from 255 or 42.77% from 318); Blue value is 170 (66.80% from 255 or 53.46% from 318); Max value from RGB is 170 - color contains mainly: blue. Hex color #0C88AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C88AA is #F37755. Grayscale: #666666. Windows color (decimal): -15955798 or 11175948. OLE color: 11175948.

HSL color Cylindrical-coordinate representation of color #0C88AA: hue angle of 192.91º 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 #0C88AA is Cyan = 0.93, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 12 136 170 -
CMYK 0.93 0.20 0 0.33
HSL 192.91º 0.87% 0.36% -
HSV(B) 192.91º 0.93% 0.67% -
XYZ 16.21 20.59 41.15 -
YUV 102.8 165.92 63.24 -
System Red Green Blue C M Y K H S L
Decimal 12 136 170 0.93 0.20 0 0.33 192.91 0.87 0.36
Hex C 88 AA 5D 14 0 21 C1 57 24
Octal 14 210 252 135 24 0 41 301 127 44
Binary 1100 10001000 10101010 1011101 10100 0 100001 11000001 1010111 100100

Color Harmonies of #0C88AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C88AA

Black with #0C88AA

Text Example


Text Example

White with #0C88AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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