#0BBBBD

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

Shades of Iris Blue #0BBBBD

Tints of Iris Blue #0BBBBD

Color information

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

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

Color convert

RGB11187189-
CMYK0.940.0100.26
HSL180.67º89%39.22%-
HSV(B)180.67º94.18%74.12%-
XYZ27.0939.2954.3-
YUV134.6158.6939.84-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal111871890.940.0100.26180.678939.22
HexBBBBD5E101Ab55927
Octal13273275136103226513147
Binary1011101110111011110110111101011010101101011011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BBBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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