Html Css Color HEX #0BB9BF Iris Blue

📋 copy color: '#0BB9BF'

red 11 ◦ green 185 ◦ blue 191

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

Shades of Iris Blue #0BB9BF

Tints of Iris Blue #0BB9BF

RGB

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

 GREEN value IS 185 (72.66% from 255) = 47.8%

 BLUE value IS 191 (75% from 255) = 49.35%

R = 2.84%
G = 47.8%
B = 49.35%

CMYK

 C value IS 0.94

 M value IS 0.03

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0BB9BF (or 0x0BB9BF) is known color: Iris Blue. HEX triplet: 0B, B9 and BF. RGB value is (11,185,191). Sum of RGB (Red+Green+Blue) = 11+185+191=387 (51% of max value = 765). Red value is 11 (4.69% from 255 or 2.84% from 387); Green value is 185 (72.66% from 255 or 47.80% from 387); Blue value is 191 (75% from 255 or 49.35% from 387); Max value from RGB is 191 - color contains mainly: blue. Hex color #0BB9BF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BB9BF is #F44640. Grayscale: #858585. Windows color (decimal): -16008769 or 12564747. OLE color: 12564747.

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

Color convert

RGB 11 185 191 -
CMYK 0.94 0.03 0 0.25
HSL 182º 0.89% 0.4% -
HSV(B) 182º 0.94% 0.75% -
XYZ 26.89 38.53 55.31 -
YUV 133.66 160.35 40.51 -
System Red Green Blue C M Y K H S L
Decimal 11 185 191 0.94 0.03 0 0.25 182 0.89 0.4
Hex B B9 BF 5E 3 0 19 B6 59 28
Octal 13 271 277 136 3 0 31 266 131 50
Binary 1011 10111001 10111111 1011110 11 0 11001 10110110 1011001 101000

Color Harmonies of #0BB9BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BB9BF

Black with #0BB9BF

Text Example


Text Example

White with #0BB9BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,185,191); }

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

background-color css

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

 a { background-color: rgb(11,185,191); }

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

border-color css

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

 span { border-color: rgb(11,185,191); }

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