Html Css Color HEX #0F8F9D Eastern Blue

📋 copy color: '#0F8F9D'

red 15 ◦ green 143 ◦ blue 157

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

Shades of Eastern Blue #0F8F9D

Tints of Eastern Blue #0F8F9D

RGB

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

 GREEN value IS 143 (56.25% from 255) = 45.4%

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

R = 4.76%
G = 45.4%
B = 49.84%

CMYK

 C value IS 0.90

 M value IS 0.09

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#0F8F9D (or 0x0F8F9D) is known color: Eastern Blue. HEX triplet: 0F, 8F and 9D. RGB value is (15,143,157). Sum of RGB (Red+Green+Blue) = 15+143+157=315 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.76% from 315); Green value is 143 (56.25% from 255 or 45.40% from 315); Blue value is 157 (61.72% from 255 or 49.84% from 315); Max value from RGB is 157 - color contains mainly: blue. Hex color #0F8F9D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F8F9D is #F07062. Grayscale: #6A6A6A. Windows color (decimal): -15757411 or 10325775. OLE color: 10325775.

HSL color Cylindrical-coordinate representation of color #0F8F9D: hue angle of 185.92º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F8F9D is Cyan = 0.90, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 15 143 157 -
CMYK 0.90 0.09 0 0.38
HSL 185.92º 0.83% 0.34% -
HSV(B) 185.92º 0.9% 0.62% -
XYZ 16.11 22.18 35.33 -
YUV 106.32 156.59 62.86 -
System Red Green Blue C M Y K H S L
Decimal 15 143 157 0.90 0.09 0 0.38 185.92 0.83 0.34
Hex F 8F 9D 5A 9 0 26 BA 53 22
Octal 17 217 235 132 11 0 46 272 123 42
Binary 1111 10001111 10011101 1011010 1001 0 100110 10111010 1010011 100010

Color Harmonies of #0F8F9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F8F9D

Black with #0F8F9D

Text Example


Text Example

White with #0F8F9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,143,157); }

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

background-color css

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

 a { background-color: rgb(15,143,157); }

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

border-color css

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

 span { border-color: rgb(15,143,157); }

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