Html Css Color HEX #15AAC2 Iris Blue

📋 copy color: '#15AAC2'

red 21 ◦ green 170 ◦ blue 194

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

Shades of Iris Blue #15AAC2

Tints of Iris Blue #15AAC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 50.39%

R = 5.45%
G = 44.16%
B = 50.39%

CMYK

 C value IS 0.89

 M value IS 0.12

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#15AAC2 (or 0x15AAC2) is known color: Iris Blue. HEX triplet: 15, AA and C2. RGB value is (21,170,194). Sum of RGB (Red+Green+Blue) = 21+170+194=385 (50% of max value = 765). Red value is 21 (8.59% from 255 or 5.45% from 385); Green value is 170 (66.80% from 255 or 44.16% from 385); Blue value is 194 (76.17% from 255 or 50.39% from 385); Max value from RGB is 194 - color contains mainly: blue. Hex color #15AAC2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15AAC2 is #EA553D. Grayscale: #7F7F7F. Windows color (decimal): -15357246 or 12757525. OLE color: 12757525.

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

Color convert

RGB 21 170 194 -
CMYK 0.89 0.12 0 0.24
HSL 188.32º 0.8% 0.42% -
HSV(B) 188.32º 0.89% 0.76% -
XYZ 24.42 32.8 56.08 -
YUV 128.19 165.14 51.55 -
System Red Green Blue C M Y K H S L
Decimal 21 170 194 0.89 0.12 0 0.24 188.32 0.8 0.42
Hex 15 AA C2 59 C 0 18 BC 50 2A
Octal 25 252 302 131 14 0 30 274 120 52
Binary 10101 10101010 11000010 1011001 1100 0 11000 10111100 1010000 101010

Color Harmonies of #15AAC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15AAC2

Black with #15AAC2

Text Example


Text Example

White with #15AAC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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