Html Css Color HEX #05ADB9 Iris Blue

📋 copy color: '#05ADB9'

red 5 ◦ green 173 ◦ blue 185

#05ADB9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Iris Blue #05ADB9

Tints of Iris Blue #05ADB9

RGB

 RED value IS 5 (2.34% from 255) = 1.38%

 GREEN value IS 173 (67.97% from 255) = 47.66%

 BLUE value IS 185 (72.66% from 255) = 50.96%

R = 1.38%
G = 47.66%
B = 50.96%

CMYK

 C value IS 0.97

 M value IS 0.06

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#05ADB9 (or 0x05ADB9) is known color: Iris Blue. HEX triplet: 05, AD and B9. RGB value is (5,173,185). Sum of RGB (Red+Green+Blue) = 5+173+185=363 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.38% from 363); Green value is 173 (67.97% from 255 or 47.66% from 363); Blue value is 185 (72.66% from 255 or 50.96% from 363); Max value from RGB is 185 - color contains mainly: blue. Hex color #05ADB9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #05ADB9 is #FA5246. Grayscale: #7B7B7B. Windows color (decimal): -16405063 or 12168453. OLE color: 12168453.

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

Color convert

RGB 5 173 185 -
CMYK 0.97 0.06 0 0.27
HSL 184º 0.95% 0.37% -
HSV(B) 184º 0.97% 0.73% -
XYZ 23.76 33.42 51.1 -
YUV 124.14 162.34 43.02 -
System Red Green Blue C M Y K H S L
Decimal 5 173 185 0.97 0.06 0 0.27 184 0.95 0.37
Hex 5 AD B9 61 6 0 1B B8 5F 25
Octal 5 255 271 141 6 0 33 270 137 45
Binary 101 10101101 10111001 1100001 110 0 11011 10111000 1011111 100101

Color Harmonies of #05ADB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05ADB9

Black with #05ADB9

Text Example


Text Example

White with #05ADB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #05ADB9;
 }
 .AnyTagClassName
 {
   color: #05ADB9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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