Html Css Color HEX #15AEBC Iris Blue

📋 copy color: '#15AEBC'

red 21 ◦ green 174 ◦ blue 188

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

Shades of Iris Blue #15AEBC

Tints of Iris Blue #15AEBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 49.09%

R = 5.48%
G = 45.43%
B = 49.09%

CMYK

 C value IS 0.89

 M value IS 0.07

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#15AEBC (or 0x15AEBC) is known color: Iris Blue. HEX triplet: 15, AE and BC. RGB value is (21,174,188). Sum of RGB (Red+Green+Blue) = 21+174+188=383 (50% of max value = 765). Red value is 21 (8.59% from 255 or 5.48% from 383); Green value is 174 (68.36% from 255 or 45.43% from 383); Blue value is 188 (73.83% from 255 or 49.09% from 383); Max value from RGB is 188 - color contains mainly: blue. Hex color #15AEBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15AEBC is #EA5143. Grayscale: #818181. Windows color (decimal): -15356228 or 12365333. OLE color: 12365333.

HSL color Cylindrical-coordinate representation of color #15AEBC: hue angle of 185.03º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #15AEBC is Cyan = 0.89, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 21 174 188 -
CMYK 0.89 0.07 0 0.26
HSL 185.03º 0.8% 0.41% -
HSV(B) 185.03º 0.89% 0.74% -
XYZ 24.52 34.06 52.86 -
YUV 129.85 160.81 50.36 -
System Red Green Blue C M Y K H S L
Decimal 21 174 188 0.89 0.07 0 0.26 185.03 0.8 0.41
Hex 15 AE BC 59 7 0 1A B9 50 29
Octal 25 256 274 131 7 0 32 271 120 51
Binary 10101 10101110 10111100 1011001 111 0 11010 10111001 1010000 101001

Color Harmonies of #15AEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15AEBC

Black with #15AEBC

Text Example


Text Example

White with #15AEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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