Html Css Color HEX #15ADDA Iris Blue

📋 copy color: '#15ADDA'

red 21 ◦ green 173 ◦ blue 218

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

Shades of Iris Blue #15ADDA

Tints of Iris Blue #15ADDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 52.91%

R = 5.1%
G = 41.99%
B = 52.91%

CMYK

 C value IS 0.90

 M value IS 0.21

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#15ADDA (or 0x15ADDA) is known color: Iris Blue. HEX triplet: 15, AD and DA. RGB value is (21,173,218). Sum of RGB (Red+Green+Blue) = 21+173+218=412 (54% of max value = 765). Red value is 21 (8.59% from 255 or 5.10% from 412); Green value is 173 (67.97% from 255 or 41.99% from 412); Blue value is 218 (85.55% from 255 or 52.91% from 412); Max value from RGB is 218 - color contains mainly: blue. Hex color #15ADDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15ADDA is #EA5225. Grayscale: #848484. Windows color (decimal): -15356454 or 14331157. OLE color: 14331157.

HSL color Cylindrical-coordinate representation of color #15ADDA: hue angle of 193.71º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15ADDA is Cyan = 0.90, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 21 173 218 -
CMYK 0.90 0.21 0 0.15
HSL 193.71º 0.82% 0.47% -
HSV(B) 193.71º 0.9% 0.85% -
XYZ 27.91 35.11 71.64 -
YUV 132.68 176.14 48.34 -
System Red Green Blue C M Y K H S L
Decimal 21 173 218 0.90 0.21 0 0.15 193.71 0.82 0.47
Hex 15 AD DA 5A 15 0 F C2 52 2F
Octal 25 255 332 132 25 0 17 302 122 57
Binary 10101 10101101 11011010 1011010 10101 0 1111 11000010 1010010 101111

Color Harmonies of #15ADDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15ADDA

Black with #15ADDA

Text Example


Text Example

White with #15ADDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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