Html Css Color HEX #15AED8 Iris Blue

📋 copy color: '#15AED8'

red 21 ◦ green 174 ◦ blue 216

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

Shades of Iris Blue #15AED8

Tints of Iris Blue #15AED8

RGB

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

 GREEN value IS 174 (68.36% from 255) = 42.34%

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

R = 5.11%
G = 42.34%
B = 52.55%

CMYK

 C value IS 0.90

 M value IS 0.19

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#15AED8 (or 0x15AED8) is known color: Iris Blue. HEX triplet: 15, AE and D8. RGB value is (21,174,216). Sum of RGB (Red+Green+Blue) = 21+174+216=411 (54% of max value = 765). Red value is 21 (8.59% from 255 or 5.11% from 411); Green value is 174 (68.36% from 255 or 42.34% from 411); Blue value is 216 (84.77% from 255 or 52.55% from 411); Max value from RGB is 216 - color contains mainly: blue. Hex color #15AED8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15AED8 is #EA5127. Grayscale: #848484. Windows color (decimal): -15356200 or 14200341. OLE color: 14200341.

HSL color Cylindrical-coordinate representation of color #15AED8: hue angle of 192.92º 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 #15AED8 is Cyan = 0.90, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 21 174 216 -
CMYK 0.90 0.19 0 0.15
HSL 192.92º 0.82% 0.46% -
HSV(B) 192.92º 0.9% 0.85% -
XYZ 27.84 35.39 70.33 -
YUV 133.04 174.81 48.08 -
System Red Green Blue C M Y K H S L
Decimal 21 174 216 0.90 0.19 0 0.15 192.92 0.82 0.46
Hex 15 AE D8 5A 13 0 F C1 52 2E
Octal 25 256 330 132 23 0 17 301 122 56
Binary 10101 10101110 11011000 1011010 10011 0 1111 11000001 1010010 101110

Color Harmonies of #15AED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15AED8

Black with #15AED8

Text Example


Text Example

White with #15AED8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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