Html Css Color HEX #15AFBD Iris Blue

📋 copy color: '#15AFBD'

red 21 ◦ green 175 ◦ blue 189

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

Shades of Iris Blue #15AFBD

Tints of Iris Blue #15AFBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 49.09%

R = 5.45%
G = 45.45%
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

#15AFBD (or 0x15AFBD) is known color: Iris Blue. HEX triplet: 15, AF and BD. RGB value is (21,175,189). Sum of RGB (Red+Green+Blue) = 21+175+189=385 (50% of max value = 765). Red value is 21 (8.59% from 255 or 5.45% from 385); Green value is 175 (68.75% from 255 or 45.45% from 385); Blue value is 189 (74.22% from 255 or 49.09% from 385); Max value from RGB is 189 - color contains mainly: blue. Hex color #15AFBD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15AFBD is #EA5042. Grayscale: #828282. Windows color (decimal): -15355971 or 12431125. OLE color: 12431125.

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

Color convert

RGB 21 175 189 -
CMYK 0.89 0.07 0 0.26
HSL 185º 0.8% 0.41% -
HSV(B) 185º 0.89% 0.74% -
XYZ 24.82 34.49 53.49 -
YUV 130.55 160.98 49.86 -
System Red Green Blue C M Y K H S L
Decimal 21 175 189 0.89 0.07 0 0.26 185 0.8 0.41
Hex 15 AF BD 59 7 0 1A B9 50 29
Octal 25 257 275 131 7 0 32 271 120 51
Binary 10101 10101111 10111101 1011001 111 0 11010 10111001 1010000 101001

Color Harmonies of #15AFBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15AFBD

Black with #15AFBD

Text Example


Text Example

White with #15AFBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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