Html Css Color HEX #0BAABA Iris Blue

📋 copy color: '#0BAABA'

red 11 ◦ green 170 ◦ blue 186

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

Shades of Iris Blue #0BAABA

Tints of Iris Blue #0BAABA

RGB

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

 GREEN value IS 170 (66.8% from 255) = 46.32%

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

R = 3%
G = 46.32%
B = 50.68%

CMYK

 C value IS 0.94

 M value IS 0.09

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0BAABA (or 0x0BAABA) is known color: Iris Blue. HEX triplet: 0B, AA and BA. RGB value is (11,170,186). Sum of RGB (Red+Green+Blue) = 11+170+186=367 (48% of max value = 765). Red value is 11 (4.69% from 255 or 3.00% from 367); Green value is 170 (66.80% from 255 or 46.32% from 367); Blue value is 186 (73.05% from 255 or 50.68% from 367); Max value from RGB is 186 - color contains mainly: blue. Hex color #0BAABA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0BAABA is #F45545. Grayscale: #7C7C7C. Windows color (decimal): -16012614 or 12233227. OLE color: 12233227.

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

Color convert

RGB 11 170 186 -
CMYK 0.94 0.09 0 0.27
HSL 185.49º 0.89% 0.39% -
HSV(B) 185.49º 0.94% 0.73% -
XYZ 23.38 32.37 51.47 -
YUV 124.28 162.82 47.2 -
System Red Green Blue C M Y K H S L
Decimal 11 170 186 0.94 0.09 0 0.27 185.49 0.89 0.39
Hex B AA BA 5E 9 0 1B B9 59 27
Octal 13 252 272 136 11 0 33 271 131 47
Binary 1011 10101010 10111010 1011110 1001 0 11011 10111001 1011001 100111

Color Harmonies of #0BAABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BAABA

Black with #0BAABA

Text Example


Text Example

White with #0BAABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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