Html Css Color HEX #15BFDD Iris Blue

📋 copy color: '#15BFDD'

red 21 ◦ green 191 ◦ blue 221

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

Shades of Iris Blue #15BFDD

Tints of Iris Blue #15BFDD

RGB

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

 GREEN value IS 191 (75% from 255) = 44.11%

 BLUE value IS 221 (86.72% from 255) = 51.04%

R = 4.85%
G = 44.11%
B = 51.04%

CMYK

 C value IS 0.90

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#15BFDD (or 0x15BFDD) is known color: Iris Blue. HEX triplet: 15, BF and DD. RGB value is (21,191,221). Sum of RGB (Red+Green+Blue) = 21+191+221=433 (57% of max value = 765). Red value is 21 (8.59% from 255 or 4.85% from 433); Green value is 191 (75% from 255 or 44.11% from 433); Blue value is 221 (86.72% from 255 or 51.04% from 433); Max value from RGB is 221 - color contains mainly: blue. Hex color #15BFDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15BFDD is #EA4022. Grayscale: #8F8F8F. Windows color (decimal): -15351843 or 14532373. OLE color: 14532373.

HSL color Cylindrical-coordinate representation of color #15BFDD: hue angle of 189º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15BFDD is Cyan = 0.90, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 21 191 221 -
CMYK 0.90 0.14 0 0.13
HSL 189º 0.83% 0.47% -
HSV(B) 189º 0.9% 0.87% -
XYZ 31.99 42.64 74.95 -
YUV 143.59 171.68 40.56 -
System Red Green Blue C M Y K H S L
Decimal 21 191 221 0.90 0.14 0 0.13 189 0.83 0.47
Hex 15 BF DD 5A E 0 D BD 53 2F
Octal 25 277 335 132 16 0 15 275 123 57
Binary 10101 10111111 11011101 1011010 1110 0 1101 10111101 1010011 101111

Color Harmonies of #15BFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15BFDD

Black with #15BFDD

Text Example


Text Example

White with #15BFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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