Html Css Color HEX #15ADDD Iris Blue

📋 copy color: '#15ADDD'

red 21 ◦ green 173 ◦ blue 221

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

Shades of Iris Blue #15ADDD

Tints of Iris Blue #15ADDD

RGB

 RED value IS 21 (8.59% from 255) = 5.06%

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

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

R = 5.06%
G = 41.69%
B = 53.25%

CMYK

 C value IS 0.90

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#15ADDD (or 0x15ADDD) is known color: Iris Blue. HEX triplet: 15, AD and DD. RGB value is (21,173,221). Sum of RGB (Red+Green+Blue) = 21+173+221=415 (54% of max value = 765). Red value is 21 (8.59% from 255 or 5.06% from 415); Green value is 173 (67.97% from 255 or 41.69% from 415); Blue value is 221 (86.72% from 255 or 53.25% from 415); Max value from RGB is 221 - color contains mainly: blue. Hex color #15ADDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15ADDD is #EA5222. Grayscale: #848484. Windows color (decimal): -15356451 or 14527765. OLE color: 14527765.

HSL color Cylindrical-coordinate representation of color #15ADDD: hue angle of 194.4º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15ADDD is Cyan = 0.90, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 21 173 221 -
CMYK 0.90 0.22 0 0.13
HSL 194.4º 0.83% 0.47% -
HSV(B) 194.4º 0.9% 0.87% -
XYZ 28.3 35.27 73.72 -
YUV 133.02 177.64 48.1 -
System Red Green Blue C M Y K H S L
Decimal 21 173 221 0.90 0.22 0 0.13 194.4 0.83 0.47
Hex 15 AD DD 5A 16 0 D C2 53 2F
Octal 25 255 335 132 26 0 15 302 123 57
Binary 10101 10101101 11011101 1011010 10110 0 1101 11000010 1010011 101111

Color Harmonies of #15ADDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15ADDD

Black with #15ADDD

Text Example


Text Example

White with #15ADDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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