#0AABBB

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

Shades of Iris Blue #0AABBB

Tints of Iris Blue #0AABBB

Color information

#0AABBB (or 0x0AABBB) is unknown color: approx Iris Blue. HEX triplet: 0A, AB and BB. RGB value is (10,171,187). Sum of RGB (Red+Green+Blue) = 10+171+187=368 (48% of max value = 765). Red value is 10 (4.30% from 255 or 2.72% from 368); Green value is 171 (67.19% from 255 or 46.47% from 368); Blue value is 187 (73.44% from 255 or 50.82% from 368); Max value from RGB is 187 - color contains mainly: blue. Hex color #0AABBB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0AABBB is #F55444. Grayscale: #7C7C7C. Windows color (decimal): -16077893 or 12299018. OLE color: 12299018.

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

Color convert

RGB10171187-
CMYK0.950.0900.27
HSL185.42º89.85%38.63%-
HSV(B)185.42º94.65%73.33%-
XYZ23.6632.7852.09-
YUV124.68163.1646.2-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.72%
GREEN value IS 171 (67.19% from 255) = 46.47%
BLUE value IS 187 (73.44% from 255) = 50.82%
R=2.72%
G=46.47%
B=50.82%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal101711870.950.0900.27185.4289.8538.63
HexAABBB5F901Bb95a27
Octal122532731371103327113247
Binary1010101010111011101110111111001011011101110011011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AABBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,171,187); }

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

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

 a { background-color: rgb(10,171,187); }

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

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

 span { border-color: rgb(10,171,187); }

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