#05ADBA

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

Shades of Iris Blue #05ADBA

Tints of Iris Blue #05ADBA

Color information

#05ADBA (or 0x05ADBA) is unknown color: approx Iris Blue. HEX triplet: 05, AD and BA. RGB value is (5,173,186). Sum of RGB (Red+Green+Blue) = 5+173+186=364 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.37% from 364); Green value is 173 (67.97% from 255 or 47.53% from 364); Blue value is 186 (73.05% from 255 or 51.10% from 364); Max value from RGB is 186 - color contains mainly: blue. Hex color #05ADBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #05ADBA is #FA5245. Grayscale: #7C7C7C. Windows color (decimal): -16405062 or 12233989. OLE color: 12233989.

HSL color Cylindrical-coordinate representation of color #05ADBA: hue angle of 184.31º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05ADBA is Cyan = 0.97, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB5173186-
CMYK0.970.0700.27
HSL184.31º94.76%37.45%-
HSV(B)184.31º97.31%72.94%-
XYZ23.8733.4651.66-
YUV124.25162.8442.94-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.37%
GREEN value IS 173 (67.97% from 255) = 47.53%
BLUE value IS 186 (73.05% from 255) = 51.10%
R=1.37%
G=47.53%
B=51.10%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal51731860.970.0700.27184.3194.7637.45
Hex5ADBA61701Bb85f25
Octal5255272141703327013745
Binary10110101101101110101100001111011011101110001011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05ADBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05ADBA; }

 p { color: rgb(5,173,186); }

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

<style>
 a { background-color: #05ADBA; }

 a { background-color: rgb(5,173,186); }

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

<style>
 span { border-color: #05ADBA; }

 span { border-color: rgb(5,173,186); }

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