Html Css Color HEX #0F8897 Eastern Blue

📋 copy color: '#0F8897'

red 15 ◦ green 136 ◦ blue 151

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

Shades of Eastern Blue #0F8897

Tints of Eastern Blue #0F8897

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 50%

R = 4.97%
G = 45.03%
B = 50%

CMYK

 C value IS 0.90

 M value IS 0.10

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#0F8897 (or 0x0F8897) is known color: Eastern Blue. HEX triplet: 0F, 88 and 97. RGB value is (15,136,151). Sum of RGB (Red+Green+Blue) = 15+136+151=302 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.97% from 302); Green value is 136 (53.52% from 255 or 45.03% from 302); Blue value is 151 (59.38% from 255 or 50% from 302); Max value from RGB is 151 - color contains mainly: blue. Hex color #0F8897 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F8897 is #F07768. Grayscale: #656565. Windows color (decimal): -15759209 or 9930767. OLE color: 9930767.

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

Color convert

RGB 15 136 151 -
CMYK 0.90 0.10 0 0.41
HSL 186.62º 0.82% 0.33% -
HSV(B) 186.62º 0.9% 0.59% -
XYZ 14.59 19.94 32.36 -
YUV 101.53 155.91 66.28 -
System Red Green Blue C M Y K H S L
Decimal 15 136 151 0.90 0.10 0 0.41 186.62 0.82 0.33
Hex F 88 97 5A A 0 29 BB 52 21
Octal 17 210 227 132 12 0 51 273 122 41
Binary 1111 10001000 10010111 1011010 1010 0 101001 10111011 1010010 100001

Color Harmonies of #0F8897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F8897

Black with #0F8897

Text Example


Text Example

White with #0F8897

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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