Html Css Color HEX #0BB7B9 Iris Blue

📋 copy color: '#0BB7B9'

red 11 ◦ green 183 ◦ blue 185

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

Shades of Iris Blue #0BB7B9

Tints of Iris Blue #0BB7B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 48.81%

R = 2.9%
G = 48.28%
B = 48.81%

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

#0BB7B9 (or 0x0BB7B9) is known color: Iris Blue. HEX triplet: 0B, B7 and B9. RGB value is (11,183,185). Sum of RGB (Red+Green+Blue) = 11+183+185=379 (50% of max value = 765). Red value is 11 (4.69% from 255 or 2.90% from 379); Green value is 183 (71.88% from 255 or 48.28% from 379); Blue value is 185 (72.66% from 255 or 48.81% from 379); Max value from RGB is 185 - color contains mainly: blue. Hex color #0BB7B9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BB7B9 is #F44846. Grayscale: #838383. Windows color (decimal): -16009287 or 12171019. OLE color: 12171019.

HSL color Cylindrical-coordinate representation of color #0BB7B9: hue angle of 180.69º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BB7B9 is Cyan = 0.94, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 11 183 185 -
CMYK 0.94 0.01 0 0.27
HSL 180.69º 0.89% 0.38% -
HSV(B) 180.69º 0.94% 0.73% -
XYZ 25.83 37.44 51.76 -
YUV 131.8 158.02 41.84 -
System Red Green Blue C M Y K H S L
Decimal 11 183 185 0.94 0.01 0 0.27 180.69 0.89 0.38
Hex B B7 B9 5E 1 0 1B B5 59 26
Octal 13 267 271 136 1 0 33 265 131 46
Binary 1011 10110111 10111001 1011110 1 0 11011 10110101 1011001 100110

Color Harmonies of #0BB7B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BB7B9

Black with #0BB7B9

Text Example


Text Example

White with #0BB7B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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