Html Css Color HEX #15BDDD Iris Blue

📋 copy color: '#15BDDD'

red 21 ◦ green 189 ◦ blue 221

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

Shades of Iris Blue #15BDDD

Tints of Iris Blue #15BDDD

RGB

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

 GREEN value IS 189 (74.22% from 255) = 43.85%

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

R = 4.87%
G = 43.85%
B = 51.28%

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

#15BDDD (or 0x15BDDD) is known color: Iris Blue. HEX triplet: 15, BD and DD. RGB value is (21,189,221). Sum of RGB (Red+Green+Blue) = 21+189+221=431 (57% of max value = 765). Red value is 21 (8.59% from 255 or 4.87% from 431); Green value is 189 (74.22% from 255 or 43.85% from 431); Blue value is 221 (86.72% from 255 or 51.28% from 431); Max value from RGB is 221 - color contains mainly: blue. Hex color #15BDDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15BDDD is #EA4222. Grayscale: #8E8E8E. Windows color (decimal): -15352355 or 14531861. OLE color: 14531861.

HSL color Cylindrical-coordinate representation of color #15BDDD: hue angle of 189.6º 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 #15BDDD is Cyan = 0.90, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 21 189 221 -
CMYK 0.90 0.14 0 0.13
HSL 189.6º 0.83% 0.47% -
HSV(B) 189.6º 0.9% 0.87% -
XYZ 31.56 41.78 74.81 -
YUV 142.42 172.34 41.4 -
System Red Green Blue C M Y K H S L
Decimal 21 189 221 0.90 0.14 0 0.13 189.6 0.83 0.47
Hex 15 BD DD 5A E 0 D BE 53 2F
Octal 25 275 335 132 16 0 15 276 123 57
Binary 10101 10111101 11011101 1011010 1110 0 1101 10111110 1010011 101111

Color Harmonies of #15BDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15BDDD

Black with #15BDDD

Text Example


Text Example

White with #15BDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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