#05C0B8

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

Shades of Iris Blue #05C0B8

Tints of Iris Blue #05C0B8

Color information

#05C0B8 (or 0x05C0B8) is unknown color: approx Iris Blue. HEX triplet: 05, C0 and B8. RGB value is (5,192,184). Sum of RGB (Red+Green+Blue) = 5+192+184=381 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.31% from 381); Green value is 192 (75.39% from 255 or 50.39% from 381); Blue value is 184 (72.27% from 255 or 48.29% from 381); Max value from RGB is 192 - color contains mainly: green. Hex color #05C0B8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05C0B8 is #FA3F47. Grayscale: #878787. Windows color (decimal): -16400200 or 12107781. OLE color: 12107781.

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

Color convert

RGB5192184-
CMYK0.9700.040.25
HSL177.43º94.92%38.63%-
HSV(B)177.43º97.4%75.29%-
XYZ27.5641.1951.85-
YUV135.18155.5535.15-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.31%
GREEN value IS 192 (75.39% from 255) = 50.39%
BLUE value IS 184 (72.27% from 255) = 48.29%
R=1.31%
G=50.39%
B=48.29%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal51921840.9700.040.25177.4394.9238.63
Hex5C0B8610419b15f27
Octal5300270141043126113747
Binary10111000000101110001100001010011001101100011011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05C0B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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