#05ACBA

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

Shades of Iris Blue #05ACBA

Tints of Iris Blue #05ACBA

Color information

#05ACBA (or 0x05ACBA) is unknown color: approx Iris Blue. HEX triplet: 05, AC and BA. RGB value is (5,172,186). Sum of RGB (Red+Green+Blue) = 5+172+186=363 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.38% from 363); Green value is 172 (67.58% from 255 or 47.38% from 363); Blue value is 186 (73.05% from 255 or 51.24% from 363); Max value from RGB is 186 - color contains mainly: blue. Hex color #05ACBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #05ACBA is #FA5345. Grayscale: #7B7B7B. Windows color (decimal): -16405318 or 12233733. OLE color: 12233733.

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

Color convert

RGB5172186-
CMYK0.970.0800.27
HSL184.64º94.76%37.45%-
HSV(B)184.64º97.31%72.94%-
XYZ23.6833.0851.59-
YUV123.66163.1743.36-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.38%
GREEN value IS 172 (67.58% from 255) = 47.38%
BLUE value IS 186 (73.05% from 255) = 51.24%
R=1.38%
G=47.38%
B=51.24%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal51721860.970.0800.27184.6494.7637.45
Hex5ACBA61801Bb95f25
Octal52542721411003327113745
Binary101101011001011101011000011000011011101110011011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05ACBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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