Html Css Color HEX #15AAD8 Iris Blue

📋 copy color: '#15AAD8'

red 21 ◦ green 170 ◦ blue 216

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

Shades of Iris Blue #15AAD8

Tints of Iris Blue #15AAD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 53.07%

R = 5.16%
G = 41.77%
B = 53.07%

CMYK

 C value IS 0.90

 M value IS 0.21

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#15AAD8 (or 0x15AAD8) is known color: Iris Blue. HEX triplet: 15, AA and D8. RGB value is (21,170,216). Sum of RGB (Red+Green+Blue) = 21+170+216=407 (53% of max value = 765). Red value is 21 (8.59% from 255 or 5.16% from 407); Green value is 170 (66.80% from 255 or 41.77% from 407); Blue value is 216 (84.77% from 255 or 53.07% from 407); Max value from RGB is 216 - color contains mainly: blue. Hex color #15AAD8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15AAD8 is #EA5527. Grayscale: #828282. Windows color (decimal): -15357224 or 14199317. OLE color: 14199317.

HSL color Cylindrical-coordinate representation of color #15AAD8: hue angle of 194.15º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15AAD8 is Cyan = 0.90, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 21 170 216 -
CMYK 0.90 0.21 0 0.15
HSL 194.15º 0.82% 0.46% -
HSV(B) 194.15º 0.9% 0.85% -
XYZ 27.08 33.87 70.08 -
YUV 130.69 176.14 49.76 -
System Red Green Blue C M Y K H S L
Decimal 21 170 216 0.90 0.21 0 0.15 194.15 0.82 0.46
Hex 15 AA D8 5A 15 0 F C2 52 2E
Octal 25 252 330 132 25 0 17 302 122 56
Binary 10101 10101010 11011000 1011010 10101 0 1111 11000010 1010010 101110

Color Harmonies of #15AAD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15AAD8

Black with #15AAD8

Text Example


Text Example

White with #15AAD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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