#05B6B1

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

Shades of Iris Blue #05B6B1

Tints of Iris Blue #05B6B1

Color information

#05B6B1 (or 0x05B6B1) is unknown color: approx Iris Blue. HEX triplet: 05, B6 and B1. RGB value is (5,182,177). Sum of RGB (Red+Green+Blue) = 5+182+177=364 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.37% from 364); Green value is 182 (71.48% from 255 or 50% from 364); Blue value is 177 (69.53% from 255 or 48.63% from 364); Max value from RGB is 182 - color contains mainly: green. Hex color #05B6B1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05B6B1 is #FA494E. Grayscale: #808080. Windows color (decimal): -16402767 or 11646469. OLE color: 11646469.

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

Color convert

RGB5182177-
CMYK0.9700.030.29
HSL178.31º94.65%36.67%-
HSV(B)178.31º97.25%71.37%-
XYZ24.7336.6647.37-
YUV128.51155.3639.91-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.37%
GREEN value IS 182 (71.48% from 255) = 50%
BLUE value IS 177 (69.53% from 255) = 48.63%
R=1.37%
G=50%
B=48.63%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal51821770.9700.030.29178.3194.6536.67
Hex5B6B161031Db25f25
Octal5266261141033526213745
Binary1011011011010110001110000101111101101100101011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05B6B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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