Html Css Color HEX #0F889B Eastern Blue

📋 copy color: '#0F889B'

red 15 ◦ green 136 ◦ blue 155

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

Shades of Eastern Blue #0F889B

Tints of Eastern Blue #0F889B

RGB

 RED value IS 15 (6.25% from 255) = 4.9%

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

 BLUE value IS 155 (60.94% from 255) = 50.65%

R = 4.9%
G = 44.44%
B = 50.65%

CMYK

 C value IS 0.90

 M value IS 0.12

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#0F889B (or 0x0F889B) is known color: Eastern Blue. HEX triplet: 0F, 88 and 9B. RGB value is (15,136,155). Sum of RGB (Red+Green+Blue) = 15+136+155=306 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.90% from 306); Green value is 136 (53.52% from 255 or 44.44% from 306); Blue value is 155 (60.94% from 255 or 50.65% from 306); Max value from RGB is 155 - color contains mainly: blue. Hex color #0F889B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F889B is #F07764. Grayscale: #656565. Windows color (decimal): -15759205 or 10192911. OLE color: 10192911.

HSL color Cylindrical-coordinate representation of color #0F889B: hue angle of 188.14º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F889B is Cyan = 0.90, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 15 136 155 -
CMYK 0.90 0.12 0 0.39
HSL 188.14º 0.82% 0.33% -
HSV(B) 188.14º 0.9% 0.61% -
XYZ 14.92 20.08 34.1 -
YUV 101.99 157.91 65.96 -
System Red Green Blue C M Y K H S L
Decimal 15 136 155 0.90 0.12 0 0.39 188.14 0.82 0.33
Hex F 88 9B 5A C 0 27 BC 52 21
Octal 17 210 233 132 14 0 47 274 122 41
Binary 1111 10001000 10011011 1011010 1100 0 100111 10111100 1010010 100001

Color Harmonies of #0F889B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F889B

Black with #0F889B

Text Example


Text Example

White with #0F889B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,136,155); }

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

background-color css

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

 a { background-color: rgb(15,136,155); }

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

border-color css

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

 span { border-color: rgb(15,136,155); }

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