#05B3B7

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

Shades of Iris Blue #05B3B7

Tints of Iris Blue #05B3B7

Color information

#05B3B7 (or 0x05B3B7) is unknown color: approx Iris Blue. HEX triplet: 05, B3 and B7. RGB value is (5,179,183). Sum of RGB (Red+Green+Blue) = 5+179+183=367 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.36% from 367); Green value is 179 (70.31% from 255 or 48.77% from 367); Blue value is 183 (71.88% from 255 or 49.86% from 367); Max value from RGB is 183 - color contains mainly: blue. Hex color #05B3B7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05B3B7 is #FA4C48. Grayscale: #7F7F7F. Windows color (decimal): -16403529 or 12038917. OLE color: 12038917.

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

Color convert

RGB5179183-
CMYK0.970.0200.28
HSL181.35º94.68%36.86%-
HSV(B)181.35º97.27%71.76%-
XYZ24.7335.6950.39-
YUV127.43159.3540.67-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.36%
GREEN value IS 179 (70.31% from 255) = 48.77%
BLUE value IS 183 (71.88% from 255) = 49.86%
R=1.36%
G=48.77%
B=49.86%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal51791830.970.0200.28181.3594.6836.86
Hex5B3B761201Cb55f25
Octal5263267141203426513745
Binary1011011001110110111110000110011100101101011011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05B3B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,179,183); }

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

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

 a { background-color: rgb(5,179,183); }

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

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

 span { border-color: rgb(5,179,183); }

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