#05ADB8

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

Shades of Iris Blue #05ADB8

Tints of Iris Blue #05ADB8

Color information

#05ADB8 (or 0x05ADB8) is unknown color: approx Iris Blue. HEX triplet: 05, AD and B8. RGB value is (5,173,184). Sum of RGB (Red+Green+Blue) = 5+173+184=362 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.38% from 362); Green value is 173 (67.97% from 255 or 47.79% from 362); Blue value is 184 (72.27% from 255 or 50.83% from 362); Max value from RGB is 184 - color contains mainly: blue. Hex color #05ADB8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #05ADB8 is #FA5247. Grayscale: #7B7B7B. Windows color (decimal): -16405064 or 12102917. OLE color: 12102917.

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

Color convert

RGB5173184-
CMYK0.970.0600.28
HSL183.69º94.71%37.06%-
HSV(B)183.69º97.28%72.16%-
XYZ23.6633.3850.54-
YUV124.02161.8443.11-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.38%
GREEN value IS 173 (67.97% from 255) = 47.79%
BLUE value IS 184 (72.27% from 255) = 50.83%
R=1.38%
G=47.79%
B=50.83%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal51731840.970.0600.28183.6994.7137.06
Hex5ADB861601Cb85f25
Octal5255270141603427013745
Binary10110101101101110001100001110011100101110001011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05ADB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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