#05C0D1

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

Shades of Iris Blue #05C0D1

Tints of Iris Blue #05C0D1

Color information

#05C0D1 (or 0x05C0D1) is unknown color: approx Iris Blue. HEX triplet: 05, C0 and D1. RGB value is (5,192,209). Sum of RGB (Red+Green+Blue) = 5+192+209=406 (53% of max value = 765). Red value is 5 (2.34% from 255 or 1.23% from 406); Green value is 192 (75.39% from 255 or 47.29% from 406); Blue value is 209 (82.03% from 255 or 51.48% from 406); Max value from RGB is 209 - color contains mainly: blue. Hex color #05C0D1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05C0D1 is #FA3F2E. Grayscale: #898989. Windows color (decimal): -16400175 or 13746181. OLE color: 13746181.

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

Color convert

RGB5192209-
CMYK0.980.0800.18
HSL185º95.33%41.96%-
HSV(B)185º97.61%81.96%-
XYZ30.4242.3366.89-
YUV138.02168.0533.12-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.23%
GREEN value IS 192 (75.39% from 255) = 47.29%
BLUE value IS 209 (82.03% from 255) = 51.48%
R=1.23%
G=47.29%
B=51.48%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal51922090.980.0800.1818595.3341.96
Hex5C0D1628012b95f2a
Octal53003211421002227113752
Binary101110000001101000111000101000010010101110011011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05C0D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,192,209); }

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

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

 a { background-color: rgb(5,192,209); }

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

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

 span { border-color: rgb(5,192,209); }

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