Html Css Color HEX #15AFBF Iris Blue

📋 copy color: '#15AFBF'

red 21 ◦ green 175 ◦ blue 191

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

Shades of Iris Blue #15AFBF

Tints of Iris Blue #15AFBF

RGB

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

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

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

R = 5.43%
G = 45.22%
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

#15AFBF (or 0x15AFBF) is known color: Iris Blue. HEX triplet: 15, AF and BF. RGB value is (21,175,191). Sum of RGB (Red+Green+Blue) = 21+175+191=387 (51% of max value = 765). Red value is 21 (8.59% from 255 or 5.43% from 387); Green value is 175 (68.75% from 255 or 45.22% from 387); Blue value is 191 (75% from 255 or 49.35% from 387); Max value from RGB is 191 - color contains mainly: blue. Hex color #15AFBF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15AFBF is #EA5040. Grayscale: #828282. Windows color (decimal): -15355969 or 12562197. OLE color: 12562197.

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

Color convert

RGB 21 175 191 -
CMYK 0.89 0.08 0 0.25
HSL 185.65º 0.8% 0.42% -
HSV(B) 185.65º 0.89% 0.75% -
XYZ 25.04 34.58 54.65 -
YUV 130.78 161.98 49.7 -
System Red Green Blue C M Y K H S L
Decimal 21 175 191 0.89 0.08 0 0.25 185.65 0.8 0.42
Hex 15 AF BF 59 8 0 19 BA 50 2A
Octal 25 257 277 131 10 0 31 272 120 52
Binary 10101 10101111 10111111 1011001 1000 0 11001 10111010 1010000 101010

Color Harmonies of #15AFBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15AFBF

Black with #15AFBF

Text Example


Text Example

White with #15AFBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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