#0BAABE

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

Shades of Iris Blue #0BAABE

Tints of Iris Blue #0BAABE

Color information

#0BAABE (or 0x0BAABE) is unknown color: approx Iris Blue. HEX triplet: 0B, AA and BE. RGB value is (11,170,190). Sum of RGB (Red+Green+Blue) = 11+170+190=371 (49% of max value = 765). Red value is 11 (4.69% from 255 or 2.96% from 371); Green value is 170 (66.80% from 255 or 45.82% from 371); Blue value is 190 (74.61% from 255 or 51.21% from 371); Max value from RGB is 190 - color contains mainly: blue. Hex color #0BAABE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0BAABE is #F45541. Grayscale: #7C7C7C. Windows color (decimal): -16012610 or 12495371. OLE color: 12495371.

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

Color convert

RGB11170190-
CMYK0.940.1100.25
HSL186.7º89.05%39.41%-
HSV(B)186.7º94.21%74.51%-
XYZ23.8132.5453.74-
YUV124.74164.8246.87-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 2.96%
GREEN value IS 170 (66.80% from 255) = 45.82%
BLUE value IS 190 (74.61% from 255) = 51.21%
R=2.96%
G=45.82%
B=51.21%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal111701900.940.1100.25186.789.0539.41
HexBAABE5EB019bb5927
Octal132522761361303127313147
Binary1011101010101011111010111101011011001101110111011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BAABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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