Html Css Color HEX #0BC1BA Iris Blue

📋 copy color: '#0BC1BA'

red 11 ◦ green 193 ◦ blue 186

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

Shades of Iris Blue #0BC1BA

Tints of Iris Blue #0BC1BA

RGB

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

 GREEN value IS 193 (75.78% from 255) = 49.49%

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

R = 2.82%
G = 49.49%
B = 47.69%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#0BC1BA (or 0x0BC1BA) is known color: Iris Blue. HEX triplet: 0B, C1 and BA. RGB value is (11,193,186). Sum of RGB (Red+Green+Blue) = 11+193+186=390 (51% of max value = 765). Red value is 11 (4.69% from 255 or 2.82% from 390); Green value is 193 (75.78% from 255 or 49.49% from 390); Blue value is 186 (73.05% from 255 or 47.69% from 390); Max value from RGB is 193 - color contains mainly: green. Hex color #0BC1BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BC1BA is #F43E45. Grayscale: #898989. Windows color (decimal): -16006726 or 12239115. OLE color: 12239115.

HSL color Cylindrical-coordinate representation of color #0BC1BA: hue angle of 177.69º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BC1BA is Cyan = 0.94, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB 11 193 186 -
CMYK 0.94 0 0.04 0.24
HSL 177.69º 0.89% 0.4% -
HSV(B) 177.69º 0.94% 0.76% -
XYZ 28.07 41.76 53.03 -
YUV 137.78 155.2 37.57 -
System Red Green Blue C M Y K H S L
Decimal 11 193 186 0.94 0 0.04 0.24 177.69 0.89 0.4
Hex B C1 BA 5E 0 4 18 B2 59 28
Octal 13 301 272 136 0 4 30 262 131 50
Binary 1011 11000001 10111010 1011110 0 100 11000 10110010 1011001 101000

Color Harmonies of #0BC1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BC1BA

Black with #0BC1BA

Text Example


Text Example

White with #0BC1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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