Html Css Color HEX #0F909C Eastern Blue

📋 copy color: '#0F909C'

red 15 ◦ green 144 ◦ blue 156

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

Shades of Eastern Blue #0F909C

Tints of Eastern Blue #0F909C

RGB

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

 GREEN value IS 144 (56.64% from 255) = 45.71%

 BLUE value IS 156 (61.33% from 255) = 49.52%

R = 4.76%
G = 45.71%
B = 49.52%

CMYK

 C value IS 0.90

 M value IS 0.08

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#0F909C (or 0x0F909C) is known color: Eastern Blue. HEX triplet: 0F, 90 and 9C. RGB value is (15,144,156). Sum of RGB (Red+Green+Blue) = 15+144+156=315 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.76% from 315); Green value is 144 (56.64% from 255 or 45.71% from 315); Blue value is 156 (61.33% from 255 or 49.52% from 315); Max value from RGB is 156 - color contains mainly: blue. Hex color #0F909C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F909C is #F06F63. Grayscale: #6A6A6A. Windows color (decimal): -15757156 or 10260495. OLE color: 10260495.

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

Color convert

RGB 15 144 156 -
CMYK 0.90 0.08 0 0.39
HSL 185.11º 0.82% 0.34% -
HSV(B) 185.11º 0.9% 0.61% -
XYZ 16.17 22.45 34.93 -
YUV 106.8 155.76 62.52 -
System Red Green Blue C M Y K H S L
Decimal 15 144 156 0.90 0.08 0 0.39 185.11 0.82 0.34
Hex F 90 9C 5A 8 0 27 B9 52 22
Octal 17 220 234 132 10 0 47 271 122 42
Binary 1111 10010000 10011100 1011010 1000 0 100111 10111001 1010010 100010

Color Harmonies of #0F909C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F909C

Black with #0F909C

Text Example


Text Example

White with #0F909C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,144,156); }

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

background-color css

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

 a { background-color: rgb(15,144,156); }

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

border-color css

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

 span { border-color: rgb(15,144,156); }

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