Html Css Color HEX #0BB2B9 Iris Blue

📋 copy color: '#0BB2B9'

red 11 ◦ green 178 ◦ blue 185

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

Shades of Iris Blue #0BB2B9

Tints of Iris Blue #0BB2B9

RGB

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

 GREEN value IS 178 (69.92% from 255) = 47.59%

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

R = 2.94%
G = 47.59%
B = 49.47%

CMYK

 C value IS 0.94

 M value IS 0.04

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0BB2B9 (or 0x0BB2B9) is known color: Iris Blue. HEX triplet: 0B, B2 and B9. RGB value is (11,178,185). Sum of RGB (Red+Green+Blue) = 11+178+185=374 (49% of max value = 765). Red value is 11 (4.69% from 255 or 2.94% from 374); Green value is 178 (69.92% from 255 or 47.59% from 374); Blue value is 185 (72.66% from 255 or 49.47% from 374); Max value from RGB is 185 - color contains mainly: blue. Hex color #0BB2B9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0BB2B9 is #F44D46. Grayscale: #808080. Windows color (decimal): -16010567 or 12169739. OLE color: 12169739.

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

Color convert

RGB 11 178 185 -
CMYK 0.94 0.04 0 0.27
HSL 182.41º 0.89% 0.38% -
HSV(B) 182.41º 0.94% 0.73% -
XYZ 24.82 35.41 51.43 -
YUV 128.87 159.67 43.93 -
System Red Green Blue C M Y K H S L
Decimal 11 178 185 0.94 0.04 0 0.27 182.41 0.89 0.38
Hex B B2 B9 5E 4 0 1B B6 59 26
Octal 13 262 271 136 4 0 33 266 131 46
Binary 1011 10110010 10111001 1011110 100 0 11011 10110110 1011001 100110

Color Harmonies of #0BB2B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BB2B9

Black with #0BB2B9

Text Example


Text Example

White with #0BB2B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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