#0AAABC

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

Shades of Iris Blue #0AAABC

Tints of Iris Blue #0AAABC

Color information

#0AAABC (or 0x0AAABC) is unknown color: approx Iris Blue. HEX triplet: 0A, AA and BC. RGB value is (10,170,188). Sum of RGB (Red+Green+Blue) = 10+170+188=368 (48% of max value = 765). Red value is 10 (4.30% from 255 or 2.72% from 368); Green value is 170 (66.80% from 255 or 46.20% from 368); Blue value is 188 (73.83% from 255 or 51.09% from 368); Max value from RGB is 188 - color contains mainly: blue. Hex color #0AAABC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0AAABC is #F55543. Grayscale: #7B7B7B. Windows color (decimal): -16078148 or 12364298. OLE color: 12364298.

HSL color Cylindrical-coordinate representation of color #0AAABC: hue angle of 186.07º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AAABC is Cyan = 0.95, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB10170188-
CMYK0.950.1000.26
HSL186.07º89.9%38.82%-
HSV(B)186.07º94.68%73.73%-
XYZ23.5832.4452.6-
YUV124.21163.9946.54-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.72%
GREEN value IS 170 (66.80% from 255) = 46.20%
BLUE value IS 188 (73.83% from 255) = 51.09%
R=2.72%
G=46.20%
B=51.09%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal101701880.950.1000.26186.0789.938.82
HexAAABC5FA01Aba5a27
Octal122522741371203227213247
Binary1010101010101011110010111111010011010101110101011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AAABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,170,188); }

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

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

 a { background-color: rgb(10,170,188); }

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

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

 span { border-color: rgb(10,170,188); }

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