Html Css Color HEX #0BBCBA Iris Blue

📋 copy color: '#0BBCBA'

red 11 ◦ green 188 ◦ blue 186

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

Shades of Iris Blue #0BBCBA

Tints of Iris Blue #0BBCBA

RGB

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

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

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

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

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

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

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

Color convert

RGB 11 188 186 -
CMYK 0.94 0 0.01 0.26
HSL 179.32º 0.89% 0.39% -
HSV(B) 179.32º 0.94% 0.74% -
XYZ 26.98 39.58 52.67 -
YUV 134.85 156.86 39.66 -
System Red Green Blue C M Y K H S L
Decimal 11 188 186 0.94 0 0.01 0.26 179.32 0.89 0.39
Hex B BC BA 5E 0 1 1A B3 59 27
Octal 13 274 272 136 0 1 32 263 131 47
Binary 1011 10111100 10111010 1011110 0 1 11010 10110011 1011001 100111

Color Harmonies of #0BBCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BBCBA

Black with #0BBCBA

Text Example


Text Example

White with #0BBCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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