Html Css Color HEX #15AED2 Iris Blue

📋 copy color: '#15AED2'

red 21 ◦ green 174 ◦ blue 210

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

Shades of Iris Blue #15AED2

Tints of Iris Blue #15AED2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 51.85%

R = 5.19%
G = 42.96%
B = 51.85%

CMYK

 C value IS 0.90

 M value IS 0.17

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#15AED2 (or 0x15AED2) is known color: Iris Blue. HEX triplet: 15, AE and D2. RGB value is (21,174,210). Sum of RGB (Red+Green+Blue) = 21+174+210=405 (53% of max value = 765). Red value is 21 (8.59% from 255 or 5.19% from 405); Green value is 174 (68.36% from 255 or 42.96% from 405); Blue value is 210 (82.42% from 255 or 51.85% from 405); Max value from RGB is 210 - color contains mainly: blue. Hex color #15AED2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15AED2 is #EA512D. Grayscale: #848484. Windows color (decimal): -15356206 or 13807125. OLE color: 13807125.

HSL color Cylindrical-coordinate representation of color #15AED2: hue angle of 191.43º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15AED2 is Cyan = 0.90, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 21 174 210 -
CMYK 0.90 0.17 0 0.18
HSL 191.43º 0.82% 0.45% -
HSV(B) 191.43º 0.9% 0.82% -
XYZ 27.08 35.08 66.32 -
YUV 132.36 171.81 48.57 -
System Red Green Blue C M Y K H S L
Decimal 21 174 210 0.90 0.17 0 0.18 191.43 0.82 0.45
Hex 15 AE D2 5A 11 0 12 BF 52 2D
Octal 25 256 322 132 21 0 22 277 122 55
Binary 10101 10101110 11010010 1011010 10001 0 10010 10111111 1010010 101101

Color Harmonies of #15AED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15AED2

Black with #15AED2

Text Example


Text Example

White with #15AED2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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