#05B5B4

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

Shades of Iris Blue #05B5B4

Tints of Iris Blue #05B5B4

Color information

#05B5B4 (or 0x05B5B4) is unknown color: approx Iris Blue. HEX triplet: 05, B5 and B4. RGB value is (5,181,180). Sum of RGB (Red+Green+Blue) = 5+181+180=366 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.37% from 366); Green value is 181 (71.09% from 255 or 49.45% from 366); Blue value is 180 (70.70% from 255 or 49.18% from 366); Max value from RGB is 181 - color contains mainly: green. Hex color #05B5B4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05B5B4 is #FA4A4B. Grayscale: #808080. Windows color (decimal): -16403020 or 11842821. OLE color: 11842821.

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

Color convert

RGB5181180-
CMYK0.9700.010.29
HSL179.66º94.62%36.47%-
HSV(B)179.66º97.24%70.98%-
XYZ24.8236.3848.89-
YUV128.26157.1940.08-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.37%
GREEN value IS 181 (71.09% from 255) = 49.45%
BLUE value IS 180 (70.70% from 255) = 49.18%
R=1.37%
G=49.45%
B=49.18%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal51811800.9700.010.29179.6694.6236.47
Hex5B5B461011Db45f24
Octal5265264141013526413744
Binary101101101011011010011000010111101101101001011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05B5B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,181,180); }

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

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

 a { background-color: rgb(5,181,180); }

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

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

 span { border-color: rgb(5,181,180); }

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