Html Css Color HEX #0BB7BE Iris Blue

📋 copy color: '#0BB7BE'

red 11 ◦ green 183 ◦ blue 190

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

Shades of Iris Blue #0BB7BE

Tints of Iris Blue #0BB7BE

RGB

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

 GREEN value IS 183 (71.88% from 255) = 47.66%

 BLUE value IS 190 (74.61% from 255) = 49.48%

R = 2.86%
G = 47.66%
B = 49.48%

CMYK

 C value IS 0.94

 M value IS 0.04

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0BB7BE (or 0x0BB7BE) is known color: Iris Blue. HEX triplet: 0B, B7 and BE. RGB value is (11,183,190). Sum of RGB (Red+Green+Blue) = 11+183+190=384 (50% of max value = 765). Red value is 11 (4.69% from 255 or 2.86% from 384); Green value is 183 (71.88% from 255 or 47.66% from 384); Blue value is 190 (74.61% from 255 or 49.48% from 384); Max value from RGB is 190 - color contains mainly: blue. Hex color #0BB7BE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BB7BE is #F44841. Grayscale: #848484. Windows color (decimal): -16009282 or 12498699. OLE color: 12498699.

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

Color convert

RGB 11 183 190 -
CMYK 0.94 0.04 0 0.25
HSL 182.35º 0.89% 0.39% -
HSV(B) 182.35º 0.94% 0.75% -
XYZ 26.37 37.66 54.59 -
YUV 132.37 160.52 41.43 -
System Red Green Blue C M Y K H S L
Decimal 11 183 190 0.94 0.04 0 0.25 182.35 0.89 0.39
Hex B B7 BE 5E 4 0 19 B6 59 27
Octal 13 267 276 136 4 0 31 266 131 47
Binary 1011 10110111 10111110 1011110 100 0 11001 10110110 1011001 100111

Color Harmonies of #0BB7BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BB7BE

Black with #0BB7BE

Text Example


Text Example

White with #0BB7BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,183,190); }

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

background-color css

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

 a { background-color: rgb(11,183,190); }

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

border-color css

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

 span { border-color: rgb(11,183,190); }

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