Html Css Color HEX #15AEBE Iris Blue

📋 copy color: '#15AEBE'

red 21 ◦ green 174 ◦ blue 190

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

Shades of Iris Blue #15AEBE

Tints of Iris Blue #15AEBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 49.35%

R = 5.45%
G = 45.19%
B = 49.35%

CMYK

 C value IS 0.89

 M value IS 0.08

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#15AEBE (or 0x15AEBE) is known color: Iris Blue. HEX triplet: 15, AE and BE. RGB value is (21,174,190). Sum of RGB (Red+Green+Blue) = 21+174+190=385 (50% of max value = 765). Red value is 21 (8.59% from 255 or 5.45% from 385); Green value is 174 (68.36% from 255 or 45.19% from 385); Blue value is 190 (74.61% from 255 or 49.35% from 385); Max value from RGB is 190 - color contains mainly: blue. Hex color #15AEBE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15AEBE is #EA5141. Grayscale: #818181. Windows color (decimal): -15356226 or 12496405. OLE color: 12496405.

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

Color convert

RGB 21 174 190 -
CMYK 0.89 0.08 0 0.25
HSL 185.68º 0.8% 0.41% -
HSV(B) 185.68º 0.89% 0.75% -
XYZ 24.74 34.15 54 -
YUV 130.08 161.81 50.2 -
System Red Green Blue C M Y K H S L
Decimal 21 174 190 0.89 0.08 0 0.25 185.68 0.8 0.41
Hex 15 AE BE 59 8 0 19 BA 50 29
Octal 25 256 276 131 10 0 31 272 120 51
Binary 10101 10101110 10111110 1011001 1000 0 11001 10111010 1010000 101001

Color Harmonies of #15AEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15AEBE

Black with #15AEBE

Text Example


Text Example

White with #15AEBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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