Html Css Color HEX #0BBCB6 Iris Blue

📋 copy color: '#0BBCB6'

red 11 ◦ green 188 ◦ blue 182

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

Shades of Iris Blue #0BBCB6

Tints of Iris Blue #0BBCB6

RGB

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

 GREEN value IS 188 (73.83% from 255) = 49.34%

 BLUE value IS 182 (71.48% from 255) = 47.77%

R = 2.89%
G = 49.34%
B = 47.77%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.03

 K value IS 0.26

RGB Variations

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

Color information

#0BBCB6 (or 0x0BBCB6) is known color: Iris Blue. HEX triplet: 0B, BC and B6. RGB value is (11,188,182). Sum of RGB (Red+Green+Blue) = 11+188+182=381 (50% of max value = 765). Red value is 11 (4.69% from 255 or 2.89% from 381); Green value is 188 (73.83% from 255 or 49.34% from 381); Blue value is 182 (71.48% from 255 or 47.77% from 381); Max value from RGB is 188 - color contains mainly: green. Hex color #0BBCB6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BBCB6 is #F44349. Grayscale: #868686. Windows color (decimal): -16008010 or 11975691. OLE color: 11975691.

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

Color convert

RGB 11 188 182 -
CMYK 0.94 0 0.03 0.26
HSL 177.97º 0.89% 0.39% -
HSV(B) 177.97º 0.94% 0.74% -
XYZ 26.56 39.41 50.46 -
YUV 134.39 154.86 39.99 -
System Red Green Blue C M Y K H S L
Decimal 11 188 182 0.94 0 0.03 0.26 177.97 0.89 0.39
Hex B BC B6 5E 0 3 1A B2 59 27
Octal 13 274 266 136 0 3 32 262 131 47
Binary 1011 10111100 10110110 1011110 0 11 11010 10110010 1011001 100111

Color Harmonies of #0BBCB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BBCB6

Black with #0BBCB6

Text Example


Text Example

White with #0BBCB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,188,182); }

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

background-color css

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

 a { background-color: rgb(11,188,182); }

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

border-color css

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

 span { border-color: rgb(11,188,182); }

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