#06AABE

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

Shades of Iris Blue #06AABE

Tints of Iris Blue #06AABE

Color information

#06AABE (or 0x06AABE) is unknown color: approx Iris Blue. HEX triplet: 06, AA and BE. RGB value is (6,170,190). Sum of RGB (Red+Green+Blue) = 6+170+190=366 (48% of max value = 765). Red value is 6 (2.73% from 255 or 1.64% from 366); Green value is 170 (66.80% from 255 or 46.45% from 366); Blue value is 190 (74.61% from 255 or 51.91% from 366); Max value from RGB is 190 - color contains mainly: blue. Hex color #06AABE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #06AABE is #F95541. Grayscale: #7B7B7B. Windows color (decimal): -16340290 or 12495366. OLE color: 12495366.

HSL color Cylindrical-coordinate representation of color #06AABE: hue angle of 186.52º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06AABE is Cyan = 0.97, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB6170190-
CMYK0.970.1100.25
HSL186.52º93.88%38.43%-
HSV(B)186.52º96.84%74.51%-
XYZ23.7432.5153.74-
YUV123.24165.6744.37-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.64%
GREEN value IS 170 (66.80% from 255) = 46.45%
BLUE value IS 190 (74.61% from 255) = 51.91%
R=1.64%
G=46.45%
B=51.91%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal61701900.970.1100.25186.5293.8838.43
Hex6AABE61B019bb5e26
Octal62522761411303127313646
Binary110101010101011111011000011011011001101110111011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06AABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06AABE; }

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

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

<style>
 a { background-color: #06AABE; }

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

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

<style>
 span { border-color: #06AABE; }

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

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