Html Css Color HEX #15AEBF Iris Blue

📋 copy color: '#15AEBF'

red 21 ◦ green 174 ◦ blue 191

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

Shades of Iris Blue #15AEBF

Tints of Iris Blue #15AEBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 49.48%

R = 5.44%
G = 45.08%
B = 49.48%

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

#15AEBF (or 0x15AEBF) is known color: Iris Blue. HEX triplet: 15, AE and BF. RGB value is (21,174,191). Sum of RGB (Red+Green+Blue) = 21+174+191=386 (51% of max value = 765). Red value is 21 (8.59% from 255 or 5.44% from 386); Green value is 174 (68.36% from 255 or 45.08% from 386); Blue value is 191 (75% from 255 or 49.48% from 386); Max value from RGB is 191 - color contains mainly: blue. Hex color #15AEBF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15AEBF is #EA5140. Grayscale: #818181. Windows color (decimal): -15356225 or 12561941. OLE color: 12561941.

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

Color convert

RGB 21 174 191 -
CMYK 0.89 0.09 0 0.25
HSL 186º 0.8% 0.42% -
HSV(B) 186º 0.89% 0.75% -
XYZ 24.85 34.19 54.58 -
YUV 130.19 162.31 50.12 -
System Red Green Blue C M Y K H S L
Decimal 21 174 191 0.89 0.09 0 0.25 186 0.8 0.42
Hex 15 AE BF 59 9 0 19 BA 50 2A
Octal 25 256 277 131 11 0 31 272 120 52
Binary 10101 10101110 10111111 1011001 1001 0 11001 10111010 1010000 101010

Color Harmonies of #15AEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15AEBF

Black with #15AEBF

Text Example


Text Example

White with #15AEBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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