Html Css Color HEX #0FB0BA Iris Blue

📋 copy color: '#0FB0BA'

red 15 ◦ green 176 ◦ blue 186

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

Shades of Iris Blue #0FB0BA

Tints of Iris Blue #0FB0BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 49.34%

R = 3.98%
G = 46.68%
B = 49.34%

CMYK

 C value IS 0.92

 M value IS 0.05

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0FB0BA (or 0x0FB0BA) is known color: Iris Blue. HEX triplet: 0F, B0 and BA. RGB value is (15,176,186). Sum of RGB (Red+Green+Blue) = 15+176+186=377 (49% of max value = 765). Red value is 15 (6.25% from 255 or 3.98% from 377); Green value is 176 (69.14% from 255 or 46.68% from 377); Blue value is 186 (73.05% from 255 or 49.34% from 377); Max value from RGB is 186 - color contains mainly: blue. Hex color #0FB0BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FB0BA is #F04F45. Grayscale: #808080. Windows color (decimal): -15748934 or 12234767. OLE color: 12234767.

HSL color Cylindrical-coordinate representation of color #0FB0BA: hue angle of 183.51º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB0BA is Cyan = 0.92, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 15 176 186 -
CMYK 0.92 0.05 0 0.27
HSL 183.51º 0.85% 0.39% -
HSV(B) 183.51º 0.92% 0.73% -
XYZ 24.59 34.7 51.86 -
YUV 129 160.16 46.69 -
System Red Green Blue C M Y K H S L
Decimal 15 176 186 0.92 0.05 0 0.27 183.51 0.85 0.39
Hex F B0 BA 5C 5 0 1B B8 55 27
Octal 17 260 272 134 5 0 33 270 125 47
Binary 1111 10110000 10111010 1011100 101 0 11011 10111000 1010101 100111

Color Harmonies of #0FB0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FB0BA

Black with #0FB0BA

Text Example


Text Example

White with #0FB0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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