#05B2BC

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

Shades of Iris Blue #05B2BC

Tints of Iris Blue #05B2BC

Color information

#05B2BC (or 0x05B2BC) is unknown color: approx Iris Blue. HEX triplet: 05, B2 and BC. RGB value is (5,178,188). Sum of RGB (Red+Green+Blue) = 5+178+188=371 (49% of max value = 765). Red value is 5 (2.34% from 255 or 1.35% from 371); Green value is 178 (69.92% from 255 or 47.98% from 371); Blue value is 188 (73.83% from 255 or 50.67% from 371); Max value from RGB is 188 - color contains mainly: blue. Hex color #05B2BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #05B2BC is #FA4D43. Grayscale: #7F7F7F. Windows color (decimal): -16403780 or 12366341. OLE color: 12366341.

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

Color convert

RGB5178188-
CMYK0.970.0500.26
HSL183.28º94.82%37.84%-
HSV(B)183.28º97.34%73.73%-
XYZ25.0635.553.11-
YUV127.41162.1940.69-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.35%
GREEN value IS 178 (69.92% from 255) = 47.98%
BLUE value IS 188 (73.83% from 255) = 50.67%
R=1.35%
G=47.98%
B=50.67%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal51781880.970.0500.26183.2894.8237.84
Hex5B2BC61501Ab75f26
Octal5262274141503226713746
Binary10110110010101111001100001101011010101101111011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05B2BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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