Html Css Color HEX #15ADCD Iris Blue

📋 copy color: '#15ADCD'

red 21 ◦ green 173 ◦ blue 205

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

Shades of Iris Blue #15ADCD

Tints of Iris Blue #15ADCD

RGB

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

 GREEN value IS 173 (67.97% from 255) = 43.36%

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

R = 5.26%
G = 43.36%
B = 51.38%

CMYK

 C value IS 0.90

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#15ADCD (or 0x15ADCD) is known color: Iris Blue. HEX triplet: 15, AD and CD. RGB value is (21,173,205). Sum of RGB (Red+Green+Blue) = 21+173+205=399 (52% of max value = 765). Red value is 21 (8.59% from 255 or 5.26% from 399); Green value is 173 (67.97% from 255 or 43.36% from 399); Blue value is 205 (80.47% from 255 or 51.38% from 399); Max value from RGB is 205 - color contains mainly: blue. Hex color #15ADCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15ADCD is #EA5232. Grayscale: #828282. Windows color (decimal): -15356467 or 13479189. OLE color: 13479189.

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

Color convert

RGB 21 173 205 -
CMYK 0.90 0.16 0 0.20
HSL 190.43º 0.81% 0.44% -
HSV(B) 190.43º 0.9% 0.8% -
XYZ 26.27 34.45 63.02 -
YUV 131.2 169.64 49.4 -
System Red Green Blue C M Y K H S L
Decimal 21 173 205 0.90 0.16 0 0.20 190.43 0.81 0.44
Hex 15 AD CD 5A 10 0 14 BE 51 2C
Octal 25 255 315 132 20 0 24 276 121 54
Binary 10101 10101101 11001101 1011010 10000 0 10100 10111110 1010001 101100

Color Harmonies of #15ADCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15ADCD

Black with #15ADCD

Text Example


Text Example

White with #15ADCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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