#05b8c0

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

Shades of Iris Blue #05B8C0

Tints of Iris Blue #05B8C0

Color information

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

HSL color Cylindrical-coordinate representation of color #05B8C0: hue angle of 182.57º 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 #05B8C0 is Cyan = 0.97, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB5184192-
CMYK0.970.0400.25
HSL182.57º94.92%38.63%-
HSV(B)182.57º97.4%75.29%-
XYZ26.7238.1255.82-
YUV131.39162.237.85-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal51841920.970.0400.25182.5794.9238.63
Hex5B8C0614019b75f27
Octal5270300141403126713747
Binary10110111000110000001100001100011001101101111011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05b8c0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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