Html Css Color HEX #0BBAB9 Iris Blue

📋 copy color: '#0BBAB9'

red 11 ◦ green 186 ◦ blue 185

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

Shades of Iris Blue #0BBAB9

Tints of Iris Blue #0BBAB9

RGB

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

 GREEN value IS 186 (73.05% from 255) = 48.69%

 BLUE value IS 185 (72.66% from 255) = 48.43%

R = 2.88%
G = 48.69%
B = 48.43%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#0BBAB9 (or 0x0BBAB9) is known color: Iris Blue. HEX triplet: 0B, BA and B9. RGB value is (11,186,185). Sum of RGB (Red+Green+Blue) = 11+186+185=382 (50% of max value = 765). Red value is 11 (4.69% from 255 or 2.88% from 382); Green value is 186 (73.05% from 255 or 48.69% from 382); Blue value is 185 (72.66% from 255 or 48.43% from 382); Max value from RGB is 186 - color contains mainly: green. Hex color #0BBAB9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BBAB9 is #F44546. Grayscale: #858585. Windows color (decimal): -16008519 or 12171787. OLE color: 12171787.

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

Color convert

RGB 11 186 185 -
CMYK 0.94 0 0.01 0.27
HSL 179.66º 0.89% 0.39% -
HSV(B) 179.66º 0.94% 0.73% -
XYZ 26.45 38.69 51.97 -
YUV 133.56 157.02 40.58 -
System Red Green Blue C M Y K H S L
Decimal 11 186 185 0.94 0 0.01 0.27 179.66 0.89 0.39
Hex B BA B9 5E 0 1 1B B4 59 27
Octal 13 272 271 136 0 1 33 264 131 47
Binary 1011 10111010 10111001 1011110 0 1 11011 10110100 1011001 100111

Color Harmonies of #0BBAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BBAB9

Black with #0BBAB9

Text Example


Text Example

White with #0BBAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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