#05BAB8

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

Shades of Iris Blue #05BAB8

Tints of Iris Blue #05BAB8

Color information

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

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

Color convert

RGB5186184-
CMYK0.9700.010.27
HSL179.34º94.76%37.45%-
HSV(B)179.34º97.31%72.94%-
XYZ26.2738.6151.42-
YUV131.65157.5337.66-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal51861840.9700.010.27179.3494.7637.45
Hex5BAB861011Bb35f25
Octal5272270141013326313745
Binary101101110101011100011000010111011101100111011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05BAB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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