Html Css Color HEX #0BBDBA Iris Blue

📋 copy color: '#0BBDBA'

red 11 ◦ green 189 ◦ blue 186

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

Shades of Iris Blue #0BBDBA

Tints of Iris Blue #0BBDBA

RGB

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

 GREEN value IS 189 (74.22% from 255) = 48.96%

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

R = 2.85%
G = 48.96%
B = 48.19%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#0BBDBA (or 0x0BBDBA) is known color: Iris Blue. HEX triplet: 0B, BD and BA. RGB value is (11,189,186). Sum of RGB (Red+Green+Blue) = 11+189+186=386 (51% of max value = 765). Red value is 11 (4.69% from 255 or 2.85% from 386); Green value is 189 (74.22% from 255 or 48.96% from 386); Blue value is 186 (73.05% from 255 or 48.19% from 386); Max value from RGB is 189 - color contains mainly: green. Hex color #0BBDBA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BBDBA is #F44245. Grayscale: #878787. Windows color (decimal): -16007750 or 12238091. OLE color: 12238091.

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

Color convert

RGB 11 189 186 -
CMYK 0.94 0 0.02 0.26
HSL 178.99º 0.89% 0.39% -
HSV(B) 178.99º 0.94% 0.74% -
XYZ 27.2 40.01 52.74 -
YUV 135.44 156.53 39.24 -
System Red Green Blue C M Y K H S L
Decimal 11 189 186 0.94 0 0.02 0.26 178.99 0.89 0.39
Hex B BD BA 5E 0 2 1A B3 59 27
Octal 13 275 272 136 0 2 32 263 131 47
Binary 1011 10111101 10111010 1011110 0 10 11010 10110011 1011001 100111

Color Harmonies of #0BBDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BBDBA

Black with #0BBDBA

Text Example


Text Example

White with #0BBDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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