Html Css Color HEX #05ADDD Iris Blue

📋 copy color: '#05ADDD'

red 5 ◦ green 173 ◦ blue 221

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

Shades of Iris Blue #05ADDD

Tints of Iris Blue #05ADDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 55.39%

R = 1.25%
G = 43.36%
B = 55.39%

CMYK

 C value IS 0.98

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#05ADDD (or 0x05ADDD) is known color: Iris Blue. HEX triplet: 05, AD and DD. RGB value is (5,173,221). Sum of RGB (Red+Green+Blue) = 5+173+221=399 (52% of max value = 765). Red value is 5 (2.34% from 255 or 1.25% from 399); Green value is 173 (67.97% from 255 or 43.36% from 399); Blue value is 221 (86.72% from 255 or 55.39% from 399); Max value from RGB is 221 - color contains mainly: blue. Hex color #05ADDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #05ADDD is #FA5222. Grayscale: #7F7F7F. Windows color (decimal): -16405027 or 14527749. OLE color: 14527749.

HSL color Cylindrical-coordinate representation of color #05ADDD: hue angle of 193.33º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05ADDD is Cyan = 0.98, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 5 173 221 -
CMYK 0.98 0.22 0 0.13
HSL 193.33º 0.96% 0.44% -
HSV(B) 193.33º 0.98% 0.87% -
XYZ 28.06 35.14 73.71 -
YUV 128.24 180.34 40.1 -
System Red Green Blue C M Y K H S L
Decimal 5 173 221 0.98 0.22 0 0.13 193.33 0.96 0.44
Hex 5 AD DD 62 16 0 D C1 60 2C
Octal 5 255 335 142 26 0 15 301 140 54
Binary 101 10101101 11011101 1100010 10110 0 1101 11000001 1100000 101100

Color Harmonies of #05ADDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05ADDD

Black with #05ADDD

Text Example


Text Example

White with #05ADDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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