Html Css Color HEX #0F8F99 Eastern Blue

📋 copy color: '#0F8F99'

red 15 ◦ green 143 ◦ blue 153

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

Shades of Eastern Blue #0F8F99

Tints of Eastern Blue #0F8F99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 49.2%

R = 4.82%
G = 45.98%
B = 49.2%

CMYK

 C value IS 0.90

 M value IS 0.07

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#0F8F99 (or 0x0F8F99) is known color: Eastern Blue. HEX triplet: 0F, 8F and 99. RGB value is (15,143,153). Sum of RGB (Red+Green+Blue) = 15+143+153=311 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.82% from 311); Green value is 143 (56.25% from 255 or 45.98% from 311); Blue value is 153 (60.16% from 255 or 49.20% from 311); Max value from RGB is 153 - color contains mainly: blue. Hex color #0F8F99 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F8F99 is #F07066. Grayscale: #696969. Windows color (decimal): -15757415 or 10063631. OLE color: 10063631.

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

Color convert

RGB 15 143 153 -
CMYK 0.90 0.07 0 0.4
HSL 184.35º 0.82% 0.33% -
HSV(B) 184.35º 0.9% 0.6% -
XYZ 15.77 22.05 33.56 -
YUV 105.87 154.59 63.19 -
System Red Green Blue C M Y K H S L
Decimal 15 143 153 0.90 0.07 0 0.4 184.35 0.82 0.33
Hex F 8F 99 5A 7 0 28 B8 52 21
Octal 17 217 231 132 7 0 50 270 122 41
Binary 1111 10001111 10011001 1011010 111 0 101000 10111000 1010010 100001

Color Harmonies of #0F8F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F8F99

Black with #0F8F99

Text Example


Text Example

White with #0F8F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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