#05B7B3

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

Shades of Iris Blue #05B7B3

Tints of Iris Blue #05B7B3

Color information

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

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

Color convert

RGB5183179-
CMYK0.9700.020.28
HSL178.65º94.68%36.86%-
HSV(B)178.65º97.27%71.76%-
XYZ25.1337.1548.49-
YUV129.32156.0339.33-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal51831790.9700.020.28178.6594.6836.86
Hex5B7B361021Cb35f25
Octal5267263141023426313745
Binary1011011011110110011110000101011100101100111011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05B7B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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