#05AEB8

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

Shades of Iris Blue #05AEB8

Tints of Iris Blue #05AEB8

Color information

#05AEB8 (or 0x05AEB8) is unknown color: approx Iris Blue. HEX triplet: 05, AE and B8. RGB value is (5,174,184). Sum of RGB (Red+Green+Blue) = 5+174+184=363 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.38% from 363); Green value is 174 (68.36% from 255 or 47.93% from 363); Blue value is 184 (72.27% from 255 or 50.69% from 363); Max value from RGB is 184 - color contains mainly: blue. Hex color #05AEB8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #05AEB8 is #FA5147. Grayscale: #7C7C7C. Windows color (decimal): -16404808 or 12103173. OLE color: 12103173.

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

Color convert

RGB5174184-
CMYK0.970.0500.28
HSL183.35º94.71%37.06%-
HSV(B)183.35º97.28%72.16%-
XYZ23.8533.7750.61-
YUV124.61161.5142.69-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.38%
GREEN value IS 174 (68.36% from 255) = 47.93%
BLUE value IS 184 (72.27% from 255) = 50.69%
R=1.38%
G=47.93%
B=50.69%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal51741840.970.0500.28183.3594.7137.06
Hex5AEB861501Cb75f25
Octal5256270141503426713745
Binary10110101110101110001100001101011100101101111011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05AEB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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