#05BCDA

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

Shades of Iris Blue #05BCDA

Tints of Iris Blue #05BCDA

Color information

#05BCDA (or 0x05BCDA) is unknown color: approx Iris Blue. HEX triplet: 05, BC and DA. RGB value is (5,188,218). Sum of RGB (Red+Green+Blue) = 5+188+218=411 (54% of max value = 765). Red value is 5 (2.34% from 255 or 1.22% from 411); Green value is 188 (73.83% from 255 or 45.74% from 411); Blue value is 218 (85.55% from 255 or 53.04% from 411); Max value from RGB is 218 - color contains mainly: blue. Hex color #05BCDA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05BCDA is #FA4325. Grayscale: #888888. Windows color (decimal): -16401190 or 14334981. OLE color: 14334981.

HSL color Cylindrical-coordinate representation of color #05BCDA: hue angle of 188.45º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05BCDA is Cyan = 0.98, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB5188218-
CMYK0.980.1400.15
HSL188.45º95.52%43.73%-
HSV(B)188.45º97.71%85.49%-
XYZ30.741.0672.64-
YUV136.7173.8734.06-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.22%
GREEN value IS 188 (73.83% from 255) = 45.74%
BLUE value IS 218 (85.55% from 255) = 53.04%
R=1.22%
G=45.74%
B=53.04%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal51882180.980.1400.15188.4595.5243.73
Hex5BCDA62E0Fbc602c
Octal52743321421601727414054
Binary10110111100110110101100010111001111101111001100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05BCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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