#05B8B9

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

Shades of Iris Blue #05B8B9

Tints of Iris Blue #05B8B9

Color information

#05B8B9 (or 0x05B8B9) is unknown color: approx Iris Blue. HEX triplet: 05, B8 and B9. RGB value is (5,184,185). Sum of RGB (Red+Green+Blue) = 5+184+185=374 (49% of max value = 765). Red value is 5 (2.34% from 255 or 1.34% from 374); Green value is 184 (72.27% from 255 or 49.20% from 374); Blue value is 185 (72.66% from 255 or 49.47% from 374); Max value from RGB is 185 - color contains mainly: blue. Hex color #05B8B9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05B8B9 is #FA4746. Grayscale: #828282. Windows color (decimal): -16402247 or 12171269. OLE color: 12171269.

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

Color convert

RGB5184185-
CMYK0.970.0100.27
HSL180.33º94.74%37.25%-
HSV(B)180.33º97.3%72.55%-
XYZ25.9637.8251.83-
YUV130.59158.738.42-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.34%
GREEN value IS 184 (72.27% from 255) = 49.20%
BLUE value IS 185 (72.66% from 255) = 49.47%
R=1.34%
G=49.20%
B=49.47%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal51841850.970.0100.27180.3394.7437.25
Hex5B8B961101Bb45f25
Octal5270271141103326413745
Binary101101110001011100111000011011011101101001011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05B8B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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