Html Css Color HEX #15AAC0 Iris Blue

📋 copy color: '#15AAC0'

red 21 ◦ green 170 ◦ blue 192

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

Shades of Iris Blue #15AAC0

Tints of Iris Blue #15AAC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 50.13%

R = 5.48%
G = 44.39%
B = 50.13%

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

#15AAC0 (or 0x15AAC0) is known color: Iris Blue. HEX triplet: 15, AA and C0. RGB value is (21,170,192). Sum of RGB (Red+Green+Blue) = 21+170+192=383 (50% of max value = 765). Red value is 21 (8.59% from 255 or 5.48% from 383); Green value is 170 (66.80% from 255 or 44.39% from 383); Blue value is 192 (75.39% from 255 or 50.13% from 383); Max value from RGB is 192 - color contains mainly: blue. Hex color #15AAC0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15AAC0 is #EA553F. Grayscale: #7F7F7F. Windows color (decimal): -15357248 or 12626453. OLE color: 12626453.

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

Color convert

RGB 21 170 192 -
CMYK 0.89 0.11 0 0.25
HSL 187.72º 0.8% 0.42% -
HSV(B) 187.72º 0.89% 0.75% -
XYZ 24.2 32.71 54.91 -
YUV 127.96 164.14 51.71 -
System Red Green Blue C M Y K H S L
Decimal 21 170 192 0.89 0.11 0 0.25 187.72 0.8 0.42
Hex 15 AA C0 59 B 0 19 BC 50 2A
Octal 25 252 300 131 13 0 31 274 120 52
Binary 10101 10101010 11000000 1011001 1011 0 11001 10111100 1010000 101010

Color Harmonies of #15AAC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15AAC0

Black with #15AAC0

Text Example


Text Example

White with #15AAC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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