#0BA8BF

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

Shades of Iris Blue #0BA8BF

Tints of Iris Blue #0BA8BF

Color information

#0BA8BF (or 0x0BA8BF) is unknown color: approx Iris Blue. HEX triplet: 0B, A8 and BF. RGB value is (11,168,191). Sum of RGB (Red+Green+Blue) = 11+168+191=370 (49% of max value = 765). Red value is 11 (4.69% from 255 or 2.97% from 370); Green value is 168 (66.02% from 255 or 45.41% from 370); Blue value is 191 (75% from 255 or 51.62% from 370); Max value from RGB is 191 - color contains mainly: blue. Hex color #0BA8BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0BA8BF is #F45740. Grayscale: #7B7B7B. Windows color (decimal): -16013121 or 12560395. OLE color: 12560395.

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

Color convert

RGB11168191-
CMYK0.940.1200.25
HSL187.67º89.11%39.61%-
HSV(B)187.67º94.24%74.9%-
XYZ23.5431.8454.19-
YUV123.68165.9947.63-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 2.97%
GREEN value IS 168 (66.02% from 255) = 45.41%
BLUE value IS 191 (75% from 255) = 51.62%
R=2.97%
G=45.41%
B=51.62%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal111681910.940.1200.25187.6789.1139.61
HexBA8BF5EC019bc5928
Octal132502771361403127413150
Binary1011101010001011111110111101100011001101111001011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BA8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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