Html Css Color HEX #15AEC1 Iris Blue

📋 copy color: '#15AEC1'

red 21 ◦ green 174 ◦ blue 193

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

Shades of Iris Blue #15AEC1

Tints of Iris Blue #15AEC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 49.74%

R = 5.41%
G = 44.85%
B = 49.74%

CMYK

 C value IS 0.89

 M value IS 0.10

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#15AEC1 (or 0x15AEC1) is known color: Iris Blue. HEX triplet: 15, AE and C1. RGB value is (21,174,193). Sum of RGB (Red+Green+Blue) = 21+174+193=388 (51% of max value = 765). Red value is 21 (8.59% from 255 or 5.41% from 388); Green value is 174 (68.36% from 255 or 44.85% from 388); Blue value is 193 (75.78% from 255 or 49.74% from 388); Max value from RGB is 193 - color contains mainly: blue. Hex color #15AEC1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15AEC1 is #EA513E. Grayscale: #828282. Windows color (decimal): -15356223 or 12693013. OLE color: 12693013.

HSL color Cylindrical-coordinate representation of color #15AEC1: hue angle of 186.63º 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 #15AEC1 is Cyan = 0.89, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 21 174 193 -
CMYK 0.89 0.10 0 0.24
HSL 186.63º 0.8% 0.42% -
HSV(B) 186.63º 0.89% 0.76% -
XYZ 25.07 34.28 55.75 -
YUV 130.42 163.31 49.96 -
System Red Green Blue C M Y K H S L
Decimal 21 174 193 0.89 0.10 0 0.24 186.63 0.8 0.42
Hex 15 AE C1 59 A 0 18 BB 50 2A
Octal 25 256 301 131 12 0 30 273 120 52
Binary 10101 10101110 11000001 1011001 1010 0 11000 10111011 1010000 101010

Color Harmonies of #15AEC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15AEC1

Black with #15AEC1

Text Example


Text Example

White with #15AEC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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