#05B6BA

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

Shades of Iris Blue #05B6BA

Tints of Iris Blue #05B6BA

Color information

#05B6BA (or 0x05B6BA) is unknown color: approx Iris Blue. HEX triplet: 05, B6 and BA. RGB value is (5,182,186). Sum of RGB (Red+Green+Blue) = 5+182+186=373 (49% of max value = 765). Red value is 5 (2.34% from 255 or 1.34% from 373); Green value is 182 (71.48% from 255 or 48.79% from 373); Blue value is 186 (73.05% from 255 or 49.87% from 373); Max value from RGB is 186 - color contains mainly: blue. Hex color #05B6BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05B6BA is #FA4945. Grayscale: #818181. Windows color (decimal): -16402758 or 12236293. OLE color: 12236293.

HSL color Cylindrical-coordinate representation of color #05B6BA: hue angle of 181.33º 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 #05B6BA is Cyan = 0.97, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB5182186-
CMYK0.970.0200.27
HSL181.33º94.76%37.45%-
HSV(B)181.33º97.31%72.94%-
XYZ25.6537.0352.25-
YUV129.53159.8639.17-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.34%
GREEN value IS 182 (71.48% from 255) = 48.79%
BLUE value IS 186 (73.05% from 255) = 49.87%
R=1.34%
G=48.79%
B=49.87%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal51821860.970.0200.27181.3394.7637.45
Hex5B6BA61201Bb55f25
Octal5266272141203326513745
Binary1011011011010111010110000110011011101101011011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05B6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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