#0BADBF

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

Shades of Iris Blue #0BADBF

Tints of Iris Blue #0BADBF

Color information

#0BADBF (or 0x0BADBF) is unknown color: approx Iris Blue. HEX triplet: 0B, AD and BF. RGB value is (11,173,191). Sum of RGB (Red+Green+Blue) = 11+173+191=375 (49% of max value = 765). Red value is 11 (4.69% from 255 or 2.93% from 375); Green value is 173 (67.97% from 255 or 46.13% from 375); Blue value is 191 (75% from 255 or 50.93% from 375); Max value from RGB is 191 - color contains mainly: blue. Hex color #0BADBF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0BADBF is #F45240. Grayscale: #7E7E7E. Windows color (decimal): -16011841 or 12561675. OLE color: 12561675.

HSL color Cylindrical-coordinate representation of color #0BADBF: hue angle of 186º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BADBF is Cyan = 0.94, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11173191-
CMYK0.940.0900.25
HSL186º89.11%39.61%-
HSV(B)186º94.24%74.9%-
XYZ24.4933.7254.51-
YUV126.61164.3345.54-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 2.93%
GREEN value IS 173 (67.97% from 255) = 46.13%
BLUE value IS 191 (75% from 255) = 50.93%
R=2.93%
G=46.13%
B=50.93%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal111731910.940.0900.2518689.1139.61
HexBADBF5E9019ba5928
Octal132552771361103127213150
Binary1011101011011011111110111101001011001101110101011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BADBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,173,191); }

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

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

 a { background-color: rgb(11,173,191); }

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

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

 span { border-color: rgb(11,173,191); }

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