Html Css Color HEX #15AED6 Iris Blue

📋 copy color: '#15AED6'

red 21 ◦ green 174 ◦ blue 214

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

Shades of Iris Blue #15AED6

Tints of Iris Blue #15AED6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 52.32%

R = 5.13%
G = 42.54%
B = 52.32%

CMYK

 C value IS 0.90

 M value IS 0.19

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#15AED6 (or 0x15AED6) is known color: Iris Blue. HEX triplet: 15, AE and D6. RGB value is (21,174,214). Sum of RGB (Red+Green+Blue) = 21+174+214=409 (54% of max value = 765). Red value is 21 (8.59% from 255 or 5.13% from 409); Green value is 174 (68.36% from 255 or 42.54% from 409); Blue value is 214 (83.98% from 255 or 52.32% from 409); Max value from RGB is 214 - color contains mainly: blue. Hex color #15AED6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15AED6 is #EA5129. Grayscale: #848484. Windows color (decimal): -15356202 or 14069269. OLE color: 14069269.

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

Color convert

RGB 21 174 214 -
CMYK 0.90 0.19 0 0.16
HSL 192.44º 0.82% 0.46% -
HSV(B) 192.44º 0.9% 0.84% -
XYZ 27.58 35.29 68.98 -
YUV 132.81 173.81 48.25 -
System Red Green Blue C M Y K H S L
Decimal 21 174 214 0.90 0.19 0 0.16 192.44 0.82 0.46
Hex 15 AE D6 5A 13 0 10 C0 52 2E
Octal 25 256 326 132 23 0 20 300 122 56
Binary 10101 10101110 11010110 1011010 10011 0 10000 11000000 1010010 101110

Color Harmonies of #15AED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15AED6

Black with #15AED6

Text Example


Text Example

White with #15AED6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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