Html Css Color HEX #15AADD Iris Blue

📋 copy color: '#15AADD'

red 21 ◦ green 170 ◦ blue 221

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

Shades of Iris Blue #15AADD

Tints of Iris Blue #15AADD

RGB

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

 GREEN value IS 170 (66.8% from 255) = 41.26%

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

R = 5.1%
G = 41.26%
B = 53.64%

CMYK

 C value IS 0.90

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#15AADD (or 0x15AADD) is known color: Iris Blue. HEX triplet: 15, AA and DD. RGB value is (21,170,221). Sum of RGB (Red+Green+Blue) = 21+170+221=412 (54% of max value = 765). Red value is 21 (8.59% from 255 or 5.10% from 412); Green value is 170 (66.80% from 255 or 41.26% from 412); Blue value is 221 (86.72% from 255 or 53.64% from 412); Max value from RGB is 221 - color contains mainly: blue. Hex color #15AADD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15AADD is #EA5522. Grayscale: #828282. Windows color (decimal): -15357219 or 14526997. OLE color: 14526997.

HSL color Cylindrical-coordinate representation of color #15AADD: hue angle of 195.3º 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 #15AADD is Cyan = 0.90, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 21 170 221 -
CMYK 0.90 0.23 0 0.13
HSL 195.3º 0.83% 0.47% -
HSV(B) 195.3º 0.9% 0.87% -
XYZ 27.74 34.13 73.53 -
YUV 131.26 178.64 49.35 -
System Red Green Blue C M Y K H S L
Decimal 21 170 221 0.90 0.23 0 0.13 195.3 0.83 0.47
Hex 15 AA DD 5A 17 0 D C3 53 2F
Octal 25 252 335 132 27 0 15 303 123 57
Binary 10101 10101010 11011101 1011010 10111 0 1101 11000011 1010011 101111

Color Harmonies of #15AADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15AADD

Black with #15AADD

Text Example


Text Example

White with #15AADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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