Html Css Color HEX #15ADC0 Iris Blue

📋 copy color: '#15ADC0'

red 21 ◦ green 173 ◦ blue 192

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

Shades of Iris Blue #15ADC0

Tints of Iris Blue #15ADC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 49.74%

R = 5.44%
G = 44.82%
B = 49.74%

CMYK

 C value IS 0.89

 M value IS 0.10

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#15ADC0 (or 0x15ADC0) is known color: Iris Blue. HEX triplet: 15, AD and C0. RGB value is (21,173,192). Sum of RGB (Red+Green+Blue) = 21+173+192=386 (51% of max value = 765). Red value is 21 (8.59% from 255 or 5.44% from 386); Green value is 173 (67.97% from 255 or 44.82% from 386); Blue value is 192 (75.39% from 255 or 49.74% from 386); Max value from RGB is 192 - color contains mainly: blue. Hex color #15ADC0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15ADC0 is #EA523F. Grayscale: #818181. Windows color (decimal): -15356480 or 12627221. OLE color: 12627221.

HSL color Cylindrical-coordinate representation of color #15ADC0: hue angle of 186.67º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #15ADC0 is Cyan = 0.89, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 21 173 192 -
CMYK 0.89 0.10 0 0.25
HSL 186.67º 0.8% 0.42% -
HSV(B) 186.67º 0.89% 0.75% -
XYZ 24.77 33.85 55.1 -
YUV 129.72 163.14 50.46 -
System Red Green Blue C M Y K H S L
Decimal 21 173 192 0.89 0.10 0 0.25 186.67 0.8 0.42
Hex 15 AD C0 59 A 0 19 BB 50 2A
Octal 25 255 300 131 12 0 31 273 120 52
Binary 10101 10101101 11000000 1011001 1010 0 11001 10111011 1010000 101010

Color Harmonies of #15ADC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15ADC0

Black with #15ADC0

Text Example


Text Example

White with #15ADC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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