Html Css Color HEX #15AEC0 Iris Blue

📋 copy color: '#15AEC0'

red 21 ◦ green 174 ◦ blue 192

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

Shades of Iris Blue #15AEC0

Tints of Iris Blue #15AEC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 49.61%

R = 5.43%
G = 44.96%
B = 49.61%

CMYK

 C value IS 0.89

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#15AEC0 (or 0x15AEC0) is known color: Iris Blue. HEX triplet: 15, AE and C0. RGB value is (21,174,192). Sum of RGB (Red+Green+Blue) = 21+174+192=387 (51% of max value = 765). Red value is 21 (8.59% from 255 or 5.43% from 387); Green value is 174 (68.36% from 255 or 44.96% from 387); Blue value is 192 (75.39% from 255 or 49.61% from 387); Max value from RGB is 192 - color contains mainly: blue. Hex color #15AEC0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15AEC0 is #EA513F. Grayscale: #828282. Windows color (decimal): -15356224 or 12627477. OLE color: 12627477.

HSL color Cylindrical-coordinate representation of color #15AEC0: hue angle of 186.32º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #15AEC0 is Cyan = 0.89, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 21 174 192 -
CMYK 0.89 0.09 0 0.25
HSL 186.32º 0.8% 0.42% -
HSV(B) 186.32º 0.89% 0.75% -
XYZ 24.96 34.24 55.16 -
YUV 130.31 162.81 50.04 -
System Red Green Blue C M Y K H S L
Decimal 21 174 192 0.89 0.09 0 0.25 186.32 0.8 0.42
Hex 15 AE C0 59 9 0 19 BA 50 2A
Octal 25 256 300 131 11 0 31 272 120 52
Binary 10101 10101110 11000000 1011001 1001 0 11001 10111010 1010000 101010

Color Harmonies of #15AEC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15AEC0

Black with #15AEC0

Text Example


Text Example

White with #15AEC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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