Html Css Color HEX #0BADBB Iris Blue

📋 copy color: '#0BADBB'

red 11 ◦ green 173 ◦ blue 187

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

Shades of Iris Blue #0BADBB

Tints of Iris Blue #0BADBB

RGB

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

 GREEN value IS 173 (67.97% from 255) = 46.63%

 BLUE value IS 187 (73.44% from 255) = 50.4%

R = 2.96%
G = 46.63%
B = 50.4%

CMYK

 C value IS 0.94

 M value IS 0.07

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0BADBB (or 0x0BADBB) is known color: Iris Blue. HEX triplet: 0B, AD and BB. RGB value is (11,173,187). Sum of RGB (Red+Green+Blue) = 11+173+187=371 (49% of max value = 765). Red value is 11 (4.69% from 255 or 2.96% from 371); Green value is 173 (67.97% from 255 or 46.63% from 371); Blue value is 187 (73.44% from 255 or 50.40% from 371); Max value from RGB is 187 - color contains mainly: blue. Hex color #0BADBB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0BADBB is #F45244. Grayscale: #7D7D7D. Windows color (decimal): -16011845 or 12299531. OLE color: 12299531.

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

Color convert

RGB 11 173 187 -
CMYK 0.94 0.07 0 0.27
HSL 184.77º 0.89% 0.39% -
HSV(B) 184.77º 0.94% 0.73% -
XYZ 24.05 33.55 52.22 -
YUV 126.16 162.33 45.86 -
System Red Green Blue C M Y K H S L
Decimal 11 173 187 0.94 0.07 0 0.27 184.77 0.89 0.39
Hex B AD BB 5E 7 0 1B B9 59 27
Octal 13 255 273 136 7 0 33 271 131 47
Binary 1011 10101101 10111011 1011110 111 0 11011 10111001 1011001 100111

Color Harmonies of #0BADBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BADBB

Black with #0BADBB

Text Example


Text Example

White with #0BADBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,173,187); }

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

background-color css

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

 a { background-color: rgb(11,173,187); }

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

border-color css

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

 span { border-color: rgb(11,173,187); }

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