Html Css Color HEX #0BABBA Iris Blue

📋 copy color: '#0BABBA'

red 11 ◦ green 171 ◦ blue 186

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

Shades of Iris Blue #0BABBA

Tints of Iris Blue #0BABBA

RGB

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

 GREEN value IS 171 (67.19% from 255) = 46.47%

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

R = 2.99%
G = 46.47%
B = 50.54%

CMYK

 C value IS 0.94

 M value IS 0.08

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0BABBA (or 0x0BABBA) is known color: Iris Blue. HEX triplet: 0B, AB and BA. RGB value is (11,171,186). Sum of RGB (Red+Green+Blue) = 11+171+186=368 (48% of max value = 765). Red value is 11 (4.69% from 255 or 2.99% from 368); Green value is 171 (67.19% from 255 or 46.47% from 368); Blue value is 186 (73.05% from 255 or 50.54% from 368); Max value from RGB is 186 - color contains mainly: blue. Hex color #0BABBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0BABBA is #F45445. Grayscale: #7C7C7C. Windows color (decimal): -16012358 or 12233483. OLE color: 12233483.

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

Color convert

RGB 11 171 186 -
CMYK 0.94 0.08 0 0.27
HSL 185.14º 0.89% 0.39% -
HSV(B) 185.14º 0.94% 0.73% -
XYZ 23.56 32.74 51.53 -
YUV 124.87 162.49 46.78 -
System Red Green Blue C M Y K H S L
Decimal 11 171 186 0.94 0.08 0 0.27 185.14 0.89 0.39
Hex B AB BA 5E 8 0 1B B9 59 27
Octal 13 253 272 136 10 0 33 271 131 47
Binary 1011 10101011 10111010 1011110 1000 0 11011 10111001 1011001 100111

Color Harmonies of #0BABBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BABBA

Black with #0BABBA

Text Example


Text Example

White with #0BABBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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