#0BBDBB

Color #0BBDBB Iris Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Iris Blue #0BBDBB

Tints of Iris Blue #0BBDBB

Color information

#0BBDBB (or 0x0BBDBB) is unknown color: approx Iris Blue. HEX triplet: 0B, BD and BB. RGB value is (11,189,187). Sum of RGB (Red+Green+Blue) = 11+189+187=387 (51% of max value = 765). Red value is 11 (4.69% from 255 or 2.84% from 387); Green value is 189 (74.22% from 255 or 48.84% from 387); Blue value is 187 (73.44% from 255 or 48.32% from 387); Max value from RGB is 189 - color contains mainly: green. Hex color #0BBDBB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BBDBB is #F44244. Grayscale: #878787. Windows color (decimal): -16007749 or 12303627. OLE color: 12303627.

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

Color convert

RGB11189187-
CMYK0.9400.010.26
HSL179.33º89%39.22%-
HSV(B)179.33º94.18%74.12%-
XYZ27.3140.0553.31-
YUV135.55157.0339.16-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 2.84%
GREEN value IS 189 (74.22% from 255) = 48.84%
BLUE value IS 187 (73.44% from 255) = 48.32%
R=2.84%
G=48.84%
B=48.32%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal111891870.9400.010.26179.338939.22
HexBBDBB5E011Ab35927
Octal13275273136013226313147
Binary1011101111011011101110111100111010101100111011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BBDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,189,187); }

 H1.HeaderClassName
 {
   color: #0BBDBB;
 }
 .AnyTagClassName
 {
   color: #0BBDBB;
 }
</style>
background-color css

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

 a { background-color: rgb(11,189,187); }

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

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

 span { border-color: rgb(11,189,187); }

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