Html Css Color HEX #0F8796 Eastern Blue

📋 copy color: '#0F8796'

red 15 ◦ green 135 ◦ blue 150

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

Shades of Eastern Blue #0F8796

Tints of Eastern Blue #0F8796

RGB

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

 GREEN value IS 135 (53.13% from 255) = 45%

 BLUE value IS 150 (58.98% from 255) = 50%

R = 5%
G = 45%
B = 50%

CMYK

 C value IS 0.9

 M value IS 0.1

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#0F8796 (or 0x0F8796) is known color: Eastern Blue. HEX triplet: 0F, 87 and 96. RGB value is (15,135,150). Sum of RGB (Red+Green+Blue) = 15+135+150=300 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5% from 300); Green value is 135 (53.12% from 255 or 45% from 300); Blue value is 150 (58.98% from 255 or 50% from 300); Max value from RGB is 150 - color contains mainly: blue. Hex color #0F8796 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F8796 is #F07869. Grayscale: #646464. Windows color (decimal): -15759466 or 9864975. OLE color: 9864975.

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

Color convert

RGB 15 135 150 -
CMYK 0.9 0.1 0 0.41
HSL 186.67º 0.82% 0.32% -
HSV(B) 186.67º 0.9% 0.59% -
XYZ 14.37 19.63 31.89 -
YUV 100.83 155.74 66.78 -
System Red Green Blue C M Y K H S L
Decimal 15 135 150 0.9 0.1 0 0.41 186.67 0.82 0.32
Hex F 87 96 5A A 0 29 BB 52 20
Octal 17 207 226 132 12 0 51 273 122 40
Binary 1111 10000111 10010110 1011010 1010 0 101001 10111011 1010010 100000

Color Harmonies of #0F8796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F8796

Black with #0F8796

Text Example


Text Example

White with #0F8796

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,135,150); }

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

background-color css

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

 a { background-color: rgb(15,135,150); }

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

border-color css

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

 span { border-color: rgb(15,135,150); }

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