Html Css Color HEX #0BBABC Iris Blue

📋 copy color: '#0BBABC'

red 11 ◦ green 186 ◦ blue 188

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

Shades of Iris Blue #0BBABC

Tints of Iris Blue #0BBABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 48.83%

R = 2.86%
G = 48.31%
B = 48.83%

CMYK

 C value IS 0.94

 M value IS 0.01

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0BBABC (or 0x0BBABC) is known color: Iris Blue. HEX triplet: 0B, BA and BC. RGB value is (11,186,188). Sum of RGB (Red+Green+Blue) = 11+186+188=385 (50% of max value = 765). Red value is 11 (4.69% from 255 or 2.86% from 385); Green value is 186 (73.05% from 255 or 48.31% from 385); Blue value is 188 (73.83% from 255 or 48.83% from 385); Max value from RGB is 188 - color contains mainly: blue. Hex color #0BBABC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BBABC is #F44543. Grayscale: #858585. Windows color (decimal): -16008516 or 12368395. OLE color: 12368395.

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

Color convert

RGB 11 186 188 -
CMYK 0.94 0.01 0 0.26
HSL 180.68º 0.89% 0.39% -
HSV(B) 180.68º 0.94% 0.74% -
XYZ 26.77 38.82 53.66 -
YUV 133.9 158.52 40.34 -
System Red Green Blue C M Y K H S L
Decimal 11 186 188 0.94 0.01 0 0.26 180.68 0.89 0.39
Hex B BA BC 5E 1 0 1A B5 59 27
Octal 13 272 274 136 1 0 32 265 131 47
Binary 1011 10111010 10111100 1011110 1 0 11010 10110101 1011001 100111

Color Harmonies of #0BBABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BBABC

Black with #0BBABC

Text Example


Text Example

White with #0BBABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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