Html Css Color HEX #15B8CD Iris Blue

📋 copy color: '#15B8CD'

red 21 ◦ green 184 ◦ blue 205

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

Shades of Iris Blue #15B8CD

Tints of Iris Blue #15B8CD

RGB

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

 GREEN value IS 184 (72.27% from 255) = 44.88%

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

R = 5.12%
G = 44.88%
B = 50%

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

#15B8CD (or 0x15B8CD) is known color: Iris Blue. HEX triplet: 15, B8 and CD. RGB value is (21,184,205). Sum of RGB (Red+Green+Blue) = 21+184+205=410 (54% of max value = 765). Red value is 21 (8.59% from 255 or 5.12% from 410); Green value is 184 (72.27% from 255 or 44.88% from 410); Blue value is 205 (80.47% from 255 or 50% from 410); Max value from RGB is 205 - color contains mainly: blue. Hex color #15B8CD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15B8CD is #EA4732. Grayscale: #898989. Windows color (decimal): -15353651 or 13482005. OLE color: 13482005.

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

Color convert

RGB 21 184 205 -
CMYK 0.90 0.10 0 0.20
HSL 186.85º 0.81% 0.44% -
HSV(B) 186.85º 0.9% 0.8% -
XYZ 28.47 38.85 63.76 -
YUV 137.66 166 44.79 -
System Red Green Blue C M Y K H S L
Decimal 21 184 205 0.90 0.10 0 0.20 186.85 0.81 0.44
Hex 15 B8 CD 5A A 0 14 BB 51 2C
Octal 25 270 315 132 12 0 24 273 121 54
Binary 10101 10111000 11001101 1011010 1010 0 10100 10111011 1010001 101100

Color Harmonies of #15B8CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15B8CD

Black with #15B8CD

Text Example


Text Example

White with #15B8CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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