#0BAEBF

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

Shades of Iris Blue #0BAEBF

Tints of Iris Blue #0BAEBF

Color information

#0BAEBF (or 0x0BAEBF) is unknown color: approx Iris Blue. HEX triplet: 0B, AE and BF. RGB value is (11,174,191). Sum of RGB (Red+Green+Blue) = 11+174+191=376 (49% of max value = 765). Red value is 11 (4.69% from 255 or 2.93% from 376); Green value is 174 (68.36% from 255 or 46.28% from 376); Blue value is 191 (75% from 255 or 50.80% from 376); Max value from RGB is 191 - color contains mainly: blue. Hex color #0BAEBF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0BAEBF is #F45140. Grayscale: #7E7E7E. Windows color (decimal): -16011585 or 12561931. OLE color: 12561931.

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

Color convert

RGB11174191-
CMYK0.940.0900.25
HSL185.67º89.11%39.61%-
HSV(B)185.67º94.24%74.9%-
XYZ24.6834.154.57-
YUV127.216445.12-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 2.93%
GREEN value IS 174 (68.36% from 255) = 46.28%
BLUE value IS 191 (75% from 255) = 50.80%
R=2.93%
G=46.28%
B=50.80%

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
Decimal111741910.940.0900.25185.6789.1139.61
HexBAEBF5E9019ba5928
Octal132562771361103127213150
Binary1011101011101011111110111101001011001101110101011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BAEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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