#05BCD0

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

Shades of Iris Blue #05BCD0

Tints of Iris Blue #05BCD0

Color information

#05BCD0 (or 0x05BCD0) is unknown color: approx Iris Blue. HEX triplet: 05, BC and D0. RGB value is (5,188,208). Sum of RGB (Red+Green+Blue) = 5+188+208=401 (53% of max value = 765). Red value is 5 (2.34% from 255 or 1.25% from 401); Green value is 188 (73.83% from 255 or 46.88% from 401); Blue value is 208 (81.64% from 255 or 51.87% from 401); Max value from RGB is 208 - color contains mainly: blue. Hex color #05BCD0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05BCD0 is #FA432F. Grayscale: #878787. Windows color (decimal): -16401200 or 13679621. OLE color: 13679621.

HSL color Cylindrical-coordinate representation of color #05BCD0: hue angle of 185.91º 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 #05BCD0 is Cyan = 0.98, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB5188208-
CMYK0.980.1000.18
HSL185.91º95.31%41.76%-
HSV(B)185.91º97.6%81.57%-
XYZ29.4340.5565.95-
YUV135.56168.8734.87-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.25%
GREEN value IS 188 (73.83% from 255) = 46.88%
BLUE value IS 208 (81.64% from 255) = 51.87%
R=1.25%
G=46.88%
B=51.87%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal51882080.980.1000.18185.9195.3141.76
Hex5BCD062A012ba5f2a
Octal52743201421202227213752
Binary101101111001101000011000101010010010101110101011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05BCD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,188,208); }

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

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

 a { background-color: rgb(5,188,208); }

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

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

 span { border-color: rgb(5,188,208); }

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