#05BCBE

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

Shades of Iris Blue #05BCBE

Tints of Iris Blue #05BCBE

Color information

#05BCBE (or 0x05BCBE) is unknown color: approx Iris Blue. HEX triplet: 05, BC and BE. RGB value is (5,188,190). Sum of RGB (Red+Green+Blue) = 5+188+190=383 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.31% from 383); Green value is 188 (73.83% from 255 or 49.09% from 383); Blue value is 190 (74.61% from 255 or 49.61% from 383); Max value from RGB is 190 - color contains mainly: blue. Hex color #05BCBE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05BCBE is #FA4341. Grayscale: #858585. Windows color (decimal): -16401218 or 12499973. OLE color: 12499973.

HSL color Cylindrical-coordinate representation of color #05BCBE: hue angle of 180.65º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05BCBE is Cyan = 0.97, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB5188190-
CMYK0.970.0100.25
HSL180.65º94.87%38.24%-
HSV(B)180.65º97.37%74.51%-
XYZ27.3439.7254.94-
YUV133.51159.8736.34-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.31%
GREEN value IS 188 (73.83% from 255) = 49.09%
BLUE value IS 190 (74.61% from 255) = 49.61%
R=1.31%
G=49.09%
B=49.61%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal51881900.970.0100.25180.6594.8738.24
Hex5BCBE611019b55f26
Octal5274276141103126513746
Binary101101111001011111011000011011001101101011011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05BCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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