#0BACBE

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

Shades of Iris Blue #0BACBE

Tints of Iris Blue #0BACBE

Color information

#0BACBE (or 0x0BACBE) is unknown color: approx Iris Blue. HEX triplet: 0B, AC and BE. RGB value is (11,172,190). Sum of RGB (Red+Green+Blue) = 11+172+190=373 (49% of max value = 765). Red value is 11 (4.69% from 255 or 2.95% from 373); Green value is 172 (67.58% from 255 or 46.11% from 373); Blue value is 190 (74.61% from 255 or 50.94% from 373); Max value from RGB is 190 - color contains mainly: blue. Hex color #0BACBE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0BACBE is #F45341. Grayscale: #7D7D7D. Windows color (decimal): -16012098 or 12495883. OLE color: 12495883.

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

Color convert

RGB11172190-
CMYK0.940.0900.25
HSL186.03º89.05%39.41%-
HSV(B)186.03º94.21%74.51%-
XYZ24.1833.2953.87-
YUV125.91164.1646.04-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 2.95%
GREEN value IS 172 (67.58% from 255) = 46.11%
BLUE value IS 190 (74.61% from 255) = 50.94%
R=2.95%
G=46.11%
B=50.94%

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
Decimal111721900.940.0900.25186.0389.0539.41
HexBACBE5E9019ba5927
Octal132542761361103127213147
Binary1011101011001011111010111101001011001101110101011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BACBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,172,190); }

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

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

 a { background-color: rgb(11,172,190); }

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

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

 span { border-color: rgb(11,172,190); }

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