Html Css Color HEX #0BB8BA Iris Blue

📋 copy color: '#0BB8BA'

red 11 ◦ green 184 ◦ blue 186

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

Shades of Iris Blue #0BB8BA

Tints of Iris Blue #0BB8BA

RGB

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

 GREEN value IS 184 (72.27% from 255) = 48.29%

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

R = 2.89%
G = 48.29%
B = 48.82%

CMYK

 C value IS 0.94

 M value IS 0.01

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0BB8BA (or 0x0BB8BA) is known color: Iris Blue. HEX triplet: 0B, B8 and BA. RGB value is (11,184,186). Sum of RGB (Red+Green+Blue) = 11+184+186=381 (50% of max value = 765). Red value is 11 (4.69% from 255 or 2.89% from 381); Green value is 184 (72.27% from 255 or 48.29% from 381); Blue value is 186 (73.05% from 255 or 48.82% from 381); Max value from RGB is 186 - color contains mainly: blue. Hex color #0BB8BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BB8BA is #F44745. Grayscale: #848484. Windows color (decimal): -16009030 or 12236811. OLE color: 12236811.

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

Color convert

RGB 11 184 186 -
CMYK 0.94 0.01 0 0.27
HSL 180.69º 0.89% 0.39% -
HSV(B) 180.69º 0.94% 0.73% -
XYZ 26.14 37.9 52.39 -
YUV 132.5 158.19 41.34 -
System Red Green Blue C M Y K H S L
Decimal 11 184 186 0.94 0.01 0 0.27 180.69 0.89 0.39
Hex B B8 BA 5E 1 0 1B B5 59 27
Octal 13 270 272 136 1 0 33 265 131 47
Binary 1011 10111000 10111010 1011110 1 0 11011 10110101 1011001 100111

Color Harmonies of #0BB8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BB8BA

Black with #0BB8BA

Text Example


Text Example

White with #0BB8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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