#0AAABF

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

Shades of Iris Blue #0AAABF

Tints of Iris Blue #0AAABF

Color information

#0AAABF (or 0x0AAABF) is unknown color: approx Iris Blue. HEX triplet: 0A, AA and BF. RGB value is (10,170,191). Sum of RGB (Red+Green+Blue) = 10+170+191=371 (49% of max value = 765). Red value is 10 (4.30% from 255 or 2.70% from 371); Green value is 170 (66.80% from 255 or 45.82% from 371); Blue value is 191 (75% from 255 or 51.48% from 371); Max value from RGB is 191 - color contains mainly: blue. Hex color #0AAABF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0AAABF is #F55540. Grayscale: #7C7C7C. Windows color (decimal): -16078145 or 12560906. OLE color: 12560906.

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

Color convert

RGB10170191-
CMYK0.950.1100.25
HSL186.96º90.05%39.41%-
HSV(B)186.96º94.76%74.9%-
XYZ23.932.5854.32-
YUV124.55165.4946.29-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.70%
GREEN value IS 170 (66.80% from 255) = 45.82%
BLUE value IS 191 (75% from 255) = 51.48%
R=2.70%
G=45.82%
B=51.48%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal101701910.950.1100.25186.9690.0539.41
HexAAABF5FB019bb5a27
Octal122522771371303127313247
Binary1010101010101011111110111111011011001101110111011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AAABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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