#05AEBA

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

Shades of Iris Blue #05AEBA

Tints of Iris Blue #05AEBA

Color information

#05AEBA (or 0x05AEBA) is unknown color: approx Iris Blue. HEX triplet: 05, AE and BA. RGB value is (5,174,186). Sum of RGB (Red+Green+Blue) = 5+174+186=365 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.37% from 365); Green value is 174 (68.36% from 255 or 47.67% from 365); Blue value is 186 (73.05% from 255 or 50.96% from 365); Max value from RGB is 186 - color contains mainly: blue. Hex color #05AEBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #05AEBA is #FA5145. Grayscale: #7C7C7C. Windows color (decimal): -16404806 or 12234245. OLE color: 12234245.

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

Color convert

RGB5174186-
CMYK0.970.0600.27
HSL183.98º94.76%37.45%-
HSV(B)183.98º97.31%72.94%-
XYZ24.0633.8551.72-
YUV124.84162.5142.52-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.37%
GREEN value IS 174 (68.36% from 255) = 47.67%
BLUE value IS 186 (73.05% from 255) = 50.96%
R=1.37%
G=47.67%
B=50.96%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal51741860.970.0600.27183.9894.7637.45
Hex5AEBA61601Bb85f25
Octal5256272141603327013745
Binary10110101110101110101100001110011011101110001011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05AEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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