#05B8BA

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

Shades of Iris Blue #05B8BA

Tints of Iris Blue #05B8BA

Color information

#05B8BA (or 0x05B8BA) is unknown color: approx Iris Blue. HEX triplet: 05, B8 and BA. RGB value is (5,184,186). Sum of RGB (Red+Green+Blue) = 5+184+186=375 (49% of max value = 765). Red value is 5 (2.34% from 255 or 1.33% from 375); Green value is 184 (72.27% from 255 or 49.07% from 375); Blue value is 186 (73.05% from 255 or 49.6% from 375); Max value from RGB is 186 - color contains mainly: blue. Hex color #05B8BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05B8BA is #FA4745. Grayscale: #828282. Windows color (decimal): -16402246 or 12236805. OLE color: 12236805.

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

Color convert

RGB5184186-
CMYK0.970.0100.27
HSL180.66º94.76%37.45%-
HSV(B)180.66º97.31%72.94%-
XYZ26.0737.8652.39-
YUV130.71159.238.34-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.33%
GREEN value IS 184 (72.27% from 255) = 49.07%
BLUE value IS 186 (73.05% from 255) = 49.6%
R=1.33%
G=49.07%
B=49.6%

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
Decimal51841860.970.0100.27180.6694.7637.45
Hex5B8BA61101Bb55f25
Octal5270272141103326513745
Binary101101110001011101011000011011011101101011011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05B8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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