Html Css Color HEX #15AADB Iris Blue

📋 copy color: '#15AADB'

red 21 ◦ green 170 ◦ blue 219

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

Shades of Iris Blue #15AADB

Tints of Iris Blue #15AADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 53.41%

R = 5.12%
G = 41.46%
B = 53.41%

CMYK

 C value IS 0.90

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#15AADB (or 0x15AADB) is known color: Iris Blue. HEX triplet: 15, AA and DB. RGB value is (21,170,219). Sum of RGB (Red+Green+Blue) = 21+170+219=410 (54% of max value = 765). Red value is 21 (8.59% from 255 or 5.12% from 410); Green value is 170 (66.80% from 255 or 41.46% from 410); Blue value is 219 (85.94% from 255 or 53.41% from 410); Max value from RGB is 219 - color contains mainly: blue. Hex color #15AADB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15AADB is #EA5524. Grayscale: #828282. Windows color (decimal): -15357221 or 14395925. OLE color: 14395925.

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

Color convert

RGB 21 170 219 -
CMYK 0.90 0.22 0 0.14
HSL 194.85º 0.83% 0.47% -
HSV(B) 194.85º 0.9% 0.86% -
XYZ 27.47 34.02 72.14 -
YUV 131.04 177.64 49.52 -
System Red Green Blue C M Y K H S L
Decimal 21 170 219 0.90 0.22 0 0.14 194.85 0.83 0.47
Hex 15 AA DB 5A 16 0 E C3 52 2F
Octal 25 252 333 132 26 0 16 303 122 57
Binary 10101 10101010 11011011 1011010 10110 0 1110 11000011 1010010 101111

Color Harmonies of #15AADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15AADB

Black with #15AADB

Text Example


Text Example

White with #15AADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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