Html Css Color HEX #05ADBA Iris Blue

📋 copy color: '#05ADBA'

red 5 ◦ green 173 ◦ blue 186

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

Shades of Iris Blue #05ADBA

Tints of Iris Blue #05ADBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 51.1%

R = 1.37%
G = 47.53%
B = 51.1%

CMYK

 C value IS 0.97

 M value IS 0.07

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#05ADBA (or 0x05ADBA) is known color: Iris Blue. HEX triplet: 05, AD and BA. RGB value is (5,173,186). Sum of RGB (Red+Green+Blue) = 5+173+186=364 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.37% from 364); Green value is 173 (67.97% from 255 or 47.53% from 364); Blue value is 186 (73.05% from 255 or 51.10% from 364); Max value from RGB is 186 - color contains mainly: blue. Hex color #05ADBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #05ADBA is #FA5245. Grayscale: #7C7C7C. Windows color (decimal): -16405062 or 12233989. OLE color: 12233989.

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

Color convert

RGB 5 173 186 -
CMYK 0.97 0.07 0 0.27
HSL 184.31º 0.95% 0.37% -
HSV(B) 184.31º 0.97% 0.73% -
XYZ 23.87 33.46 51.66 -
YUV 124.25 162.84 42.94 -
System Red Green Blue C M Y K H S L
Decimal 5 173 186 0.97 0.07 0 0.27 184.31 0.95 0.37
Hex 5 AD BA 61 7 0 1B B8 5F 25
Octal 5 255 272 141 7 0 33 270 137 45
Binary 101 10101101 10111010 1100001 111 0 11011 10111000 1011111 100101

Color Harmonies of #05ADBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05ADBA

Black with #05ADBA

Text Example


Text Example

White with #05ADBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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