Html Css Color HEX #0BB3BA Iris Blue

📋 copy color: '#0BB3BA'

red 11 ◦ green 179 ◦ blue 186

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

Shades of Iris Blue #0BB3BA

Tints of Iris Blue #0BB3BA

RGB

 RED value IS 11 (4.69% from 255) = 2.93%

 GREEN value IS 179 (70.31% from 255) = 47.61%

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

R = 2.93%
G = 47.61%
B = 49.47%

CMYK

 C value IS 0.94

 M value IS 0.04

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0BB3BA (or 0x0BB3BA) is known color: Iris Blue. HEX triplet: 0B, B3 and BA. RGB value is (11,179,186). Sum of RGB (Red+Green+Blue) = 11+179+186=376 (49% of max value = 765). Red value is 11 (4.69% from 255 or 2.93% from 376); Green value is 179 (70.31% from 255 or 47.61% from 376); Blue value is 186 (73.05% from 255 or 49.47% from 376); Max value from RGB is 186 - color contains mainly: blue. Hex color #0BB3BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BB3BA is #F44C45. Grayscale: #818181. Windows color (decimal): -16010310 or 12235531. OLE color: 12235531.

HSL color Cylindrical-coordinate representation of color #0BB3BA: hue angle of 182.4º 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 #0BB3BA is Cyan = 0.94, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 11 179 186 -
CMYK 0.94 0.04 0 0.27
HSL 182.4º 0.89% 0.39% -
HSV(B) 182.4º 0.94% 0.73% -
XYZ 25.12 35.86 52.05 -
YUV 129.57 159.84 43.43 -
System Red Green Blue C M Y K H S L
Decimal 11 179 186 0.94 0.04 0 0.27 182.4 0.89 0.39
Hex B B3 BA 5E 4 0 1B B6 59 27
Octal 13 263 272 136 4 0 33 266 131 47
Binary 1011 10110011 10111010 1011110 100 0 11011 10110110 1011001 100111

Color Harmonies of #0BB3BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BB3BA

Black with #0BB3BA

Text Example


Text Example

White with #0BB3BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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