Html Css Color HEX #15AABE Iris Blue

📋 copy color: '#15AABE'

red 21 ◦ green 170 ◦ blue 190

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

Shades of Iris Blue #15AABE

Tints of Iris Blue #15AABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 49.87%

R = 5.51%
G = 44.62%
B = 49.87%

CMYK

 C value IS 0.89

 M value IS 0.11

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#15AABE (or 0x15AABE) is known color: Iris Blue. HEX triplet: 15, AA and BE. RGB value is (21,170,190). Sum of RGB (Red+Green+Blue) = 21+170+190=381 (50% of max value = 765). Red value is 21 (8.59% from 255 or 5.51% from 381); Green value is 170 (66.80% from 255 or 44.62% from 381); Blue value is 190 (74.61% from 255 or 49.87% from 381); Max value from RGB is 190 - color contains mainly: blue. Hex color #15AABE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15AABE is #EA5541. Grayscale: #7F7F7F. Windows color (decimal): -15357250 or 12495381. OLE color: 12495381.

HSL color Cylindrical-coordinate representation of color #15AABE: hue angle of 187.1º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #15AABE is Cyan = 0.89, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 21 170 190 -
CMYK 0.89 0.11 0 0.25
HSL 187.1º 0.8% 0.41% -
HSV(B) 187.1º 0.89% 0.75% -
XYZ 23.98 32.63 53.75 -
YUV 127.73 163.14 51.87 -
System Red Green Blue C M Y K H S L
Decimal 21 170 190 0.89 0.11 0 0.25 187.1 0.8 0.41
Hex 15 AA BE 59 B 0 19 BB 50 29
Octal 25 252 276 131 13 0 31 273 120 51
Binary 10101 10101010 10111110 1011001 1011 0 11001 10111011 1010000 101001

Color Harmonies of #15AABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15AABE

Black with #15AABE

Text Example


Text Example

White with #15AABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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