#0BB4BA

Color #0BB4BA Iris Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Iris Blue #0BB4BA

Tints of Iris Blue #0BB4BA

Color information

#0BB4BA (or 0x0BB4BA) is unknown color: approx Iris Blue. HEX triplet: 0B, B4 and BA. RGB value is (11,180,186). Sum of RGB (Red+Green+Blue) = 11+180+186=377 (49% of max value = 765). Red value is 11 (4.69% from 255 or 2.92% from 377); Green value is 180 (70.70% from 255 or 47.75% 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 #0BB4BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BB4BA is #F44B45. Grayscale: #818181. Windows color (decimal): -16010054 or 12235787. OLE color: 12235787.

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

Color convert

RGB11180186-
CMYK0.940.0300.27
HSL182.06º88.83%38.63%-
HSV(B)182.06º94.09%72.94%-
XYZ25.3236.2652.12-
YUV130.15159.5143.01-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 2.92%
GREEN value IS 180 (70.70% from 255) = 47.75%
BLUE value IS 186 (73.05% from 255) = 49.34%
R=2.92%
G=47.75%
B=49.34%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal111801860.940.0300.27182.0688.8338.63
HexBB4BA5E301Bb65927
Octal13264272136303326613147
Binary10111011010010111010101111011011011101101101011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BB4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,180,186); }

 H1.HeaderClassName
 {
   color: #0BB4BA;
 }
 .AnyTagClassName
 {
   color: #0BB4BA;
 }
</style>
background-color css

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

 a { background-color: rgb(11,180,186); }

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

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

 span { border-color: rgb(11,180,186); }

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