#0AAFBA

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

Shades of Iris Blue #0AAFBA

Tints of Iris Blue #0AAFBA

Color information

#0AAFBA (or 0x0AAFBA) is unknown color: approx Iris Blue. HEX triplet: 0A, AF and BA. RGB value is (10,175,186). Sum of RGB (Red+Green+Blue) = 10+175+186=371 (49% of max value = 765). Red value is 10 (4.30% from 255 or 2.70% from 371); Green value is 175 (68.75% from 255 or 47.17% from 371); Blue value is 186 (73.05% from 255 or 50.13% from 371); Max value from RGB is 186 - color contains mainly: blue. Hex color #0AAFBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0AAFBA is #F55045. Grayscale: #7E7E7E. Windows color (decimal): -16076870 or 12234506. OLE color: 12234506.

HSL color Cylindrical-coordinate representation of color #0AAFBA: hue angle of 183.75º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AAFBA is Cyan = 0.95, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB10175186-
CMYK0.950.0600.27
HSL183.75º89.8%38.43%-
HSV(B)183.75º94.62%72.94%-
XYZ24.3234.2751.79-
YUV126.92161.3444.61-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.70%
GREEN value IS 175 (68.75% from 255) = 47.17%
BLUE value IS 186 (73.05% from 255) = 50.13%
R=2.70%
G=47.17%
B=50.13%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal101751860.950.0600.27183.7589.838.43
HexAAFBA5F601Bb85a26
Octal12257272137603327013246
Binary101010101111101110101011111110011011101110001011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AAFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,175,186); }

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

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

 a { background-color: rgb(10,175,186); }

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

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

 span { border-color: rgb(10,175,186); }

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