Html Css Color HEX #0FB0BE Iris Blue

📋 copy color: '#0FB0BE'

red 15 ◦ green 176 ◦ blue 190

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

Shades of Iris Blue #0FB0BE

Tints of Iris Blue #0FB0BE

RGB

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

 GREEN value IS 176 (69.14% from 255) = 46.19%

 BLUE value IS 190 (74.61% from 255) = 49.87%

R = 3.94%
G = 46.19%
B = 49.87%

CMYK

 C value IS 0.92

 M value IS 0.07

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0FB0BE (or 0x0FB0BE) is known color: Iris Blue. HEX triplet: 0F, B0 and BE. RGB value is (15,176,190). Sum of RGB (Red+Green+Blue) = 15+176+190=381 (50% of max value = 765). Red value is 15 (6.25% from 255 or 3.94% from 381); Green value is 176 (69.14% from 255 or 46.19% from 381); Blue value is 190 (74.61% from 255 or 49.87% from 381); Max value from RGB is 190 - color contains mainly: blue. Hex color #0FB0BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FB0BE is #F04F41. Grayscale: #818181. Windows color (decimal): -15748930 or 12496911. OLE color: 12496911.

HSL color Cylindrical-coordinate representation of color #0FB0BE: hue angle of 184.8º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB0BE is Cyan = 0.92, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 15 176 190 -
CMYK 0.92 0.07 0 0.25
HSL 184.8º 0.85% 0.4% -
HSV(B) 184.8º 0.92% 0.75% -
XYZ 25.02 34.87 54.13 -
YUV 129.46 162.16 46.36 -
System Red Green Blue C M Y K H S L
Decimal 15 176 190 0.92 0.07 0 0.25 184.8 0.85 0.4
Hex F B0 BE 5C 7 0 19 B9 55 28
Octal 17 260 276 134 7 0 31 271 125 50
Binary 1111 10110000 10111110 1011100 111 0 11001 10111001 1010101 101000

Color Harmonies of #0FB0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FB0BE

Black with #0FB0BE

Text Example


Text Example

White with #0FB0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,176,190); }

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

background-color css

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

 a { background-color: rgb(15,176,190); }

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

border-color css

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

 span { border-color: rgb(15,176,190); }

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