Html Css Color HEX #15B9CD Iris Blue

📋 copy color: '#15B9CD'

red 21 ◦ green 185 ◦ blue 205

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

Shades of Iris Blue #15B9CD

Tints of Iris Blue #15B9CD

RGB

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

 GREEN value IS 185 (72.66% from 255) = 45.01%

 BLUE value IS 205 (80.47% from 255) = 49.88%

R = 5.11%
G = 45.01%
B = 49.88%

CMYK

 C value IS 0.90

 M value IS 0.10

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#15B9CD (or 0x15B9CD) is known color: Iris Blue. HEX triplet: 15, B9 and CD. RGB value is (21,185,205). Sum of RGB (Red+Green+Blue) = 21+185+205=411 (54% of max value = 765). Red value is 21 (8.59% from 255 or 5.11% from 411); Green value is 185 (72.66% from 255 or 45.01% from 411); Blue value is 205 (80.47% from 255 or 49.88% from 411); Max value from RGB is 205 - color contains mainly: blue. Hex color #15B9CD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15B9CD is #EA4632. Grayscale: #8A8A8A. Windows color (decimal): -15353395 or 13482261. OLE color: 13482261.

HSL color Cylindrical-coordinate representation of color #15B9CD: hue angle of 186.52º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15B9CD is Cyan = 0.90, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 21 185 205 -
CMYK 0.90 0.10 0 0.20
HSL 186.52º 0.81% 0.44% -
HSV(B) 186.52º 0.9% 0.8% -
XYZ 28.68 39.27 63.83 -
YUV 138.24 165.67 44.37 -
System Red Green Blue C M Y K H S L
Decimal 21 185 205 0.90 0.10 0 0.20 186.52 0.81 0.44
Hex 15 B9 CD 5A A 0 14 BB 51 2C
Octal 25 271 315 132 12 0 24 273 121 54
Binary 10101 10111001 11001101 1011010 1010 0 10100 10111011 1010001 101100

Color Harmonies of #15B9CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15B9CD

Black with #15B9CD

Text Example


Text Example

White with #15B9CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,185,205); }

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

background-color css

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

 a { background-color: rgb(21,185,205); }

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

border-color css

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

 span { border-color: rgb(21,185,205); }

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