#05B7D3

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

Shades of Iris Blue #05B7D3

Tints of Iris Blue #05B7D3

Color information

#05B7D3 (or 0x05B7D3) is unknown color: approx Iris Blue. HEX triplet: 05, B7 and D3. RGB value is (5,183,211). Sum of RGB (Red+Green+Blue) = 5+183+211=399 (52% of max value = 765). Red value is 5 (2.34% from 255 or 1.25% from 399); Green value is 183 (71.88% from 255 or 45.86% from 399); Blue value is 211 (82.81% from 255 or 52.88% from 399); Max value from RGB is 211 - color contains mainly: blue. Hex color #05B7D3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05B7D3 is #FA482C. Grayscale: #848484. Windows color (decimal): -16402477 or 13874949. OLE color: 13874949.

HSL color Cylindrical-coordinate representation of color #05B7D3: hue angle of 188.16º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05B7D3 is Cyan = 0.98, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB5183211-
CMYK0.980.1300.17
HSL188.16º95.37%42.35%-
HSV(B)188.16º97.63%82.75%-
XYZ28.7538.667.56-
YUV132.97172.0336.72-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.25%
GREEN value IS 183 (71.88% from 255) = 45.86%
BLUE value IS 211 (82.81% from 255) = 52.88%
R=1.25%
G=45.86%
B=52.88%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal51832110.980.1300.17188.1695.3742.35
Hex5B7D362D011bc5f2a
Octal52673231421502127413752
Binary101101101111101001111000101101010001101111001011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05B7D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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