Html Css Color HEX #15AFBE Iris Blue

📋 copy color: '#15AFBE'

red 21 ◦ green 175 ◦ blue 190

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

Shades of Iris Blue #15AFBE

Tints of Iris Blue #15AFBE

RGB

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

 GREEN value IS 175 (68.75% from 255) = 45.34%

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

R = 5.44%
G = 45.34%
B = 49.22%

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

#15AFBE (or 0x15AFBE) is known color: Iris Blue. HEX triplet: 15, AF and BE. RGB value is (21,175,190). Sum of RGB (Red+Green+Blue) = 21+175+190=386 (51% of max value = 765). Red value is 21 (8.59% from 255 or 5.44% from 386); Green value is 175 (68.75% from 255 or 45.34% from 386); Blue value is 190 (74.61% from 255 or 49.22% from 386); Max value from RGB is 190 - color contains mainly: blue. Hex color #15AFBE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15AFBE is #EA5041. Grayscale: #828282. Windows color (decimal): -15355970 or 12496661. OLE color: 12496661.

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

Color convert

RGB 21 175 190 -
CMYK 0.89 0.08 0 0.25
HSL 185.33º 0.8% 0.41% -
HSV(B) 185.33º 0.89% 0.75% -
XYZ 24.93 34.54 54.07 -
YUV 130.66 161.48 49.78 -
System Red Green Blue C M Y K H S L
Decimal 21 175 190 0.89 0.08 0 0.25 185.33 0.8 0.41
Hex 15 AF BE 59 8 0 19 B9 50 29
Octal 25 257 276 131 10 0 31 271 120 51
Binary 10101 10101111 10111110 1011001 1000 0 11001 10111001 1010000 101001

Color Harmonies of #15AFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15AFBE

Black with #15AFBE

Text Example


Text Example

White with #15AFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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