Html Css Color HEX #15ADDB Iris Blue

📋 copy color: '#15ADDB'

red 21 ◦ green 173 ◦ blue 219

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

Shades of Iris Blue #15ADDB

Tints of Iris Blue #15ADDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 53.03%

R = 5.08%
G = 41.89%
B = 53.03%

CMYK

 C value IS 0.90

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#15ADDB (or 0x15ADDB) is known color: Iris Blue. HEX triplet: 15, AD and DB. RGB value is (21,173,219). Sum of RGB (Red+Green+Blue) = 21+173+219=413 (54% of max value = 765). Red value is 21 (8.59% from 255 or 5.08% from 413); Green value is 173 (67.97% from 255 or 41.89% from 413); Blue value is 219 (85.94% from 255 or 53.03% from 413); Max value from RGB is 219 - color contains mainly: blue. Hex color #15ADDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15ADDB is #EA5224. Grayscale: #848484. Windows color (decimal): -15356453 or 14396693. OLE color: 14396693.

HSL color Cylindrical-coordinate representation of color #15ADDB: hue angle of 193.94º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15ADDB is Cyan = 0.90, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 21 173 219 -
CMYK 0.90 0.21 0 0.14
HSL 193.94º 0.83% 0.47% -
HSV(B) 193.94º 0.9% 0.86% -
XYZ 28.04 35.16 72.33 -
YUV 132.8 176.64 48.26 -
System Red Green Blue C M Y K H S L
Decimal 21 173 219 0.90 0.21 0 0.14 193.94 0.83 0.47
Hex 15 AD DB 5A 15 0 E C2 52 2F
Octal 25 255 333 132 25 0 16 302 122 57
Binary 10101 10101101 11011011 1011010 10101 0 1110 11000010 1010010 101111

Color Harmonies of #15ADDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15ADDB

Black with #15ADDB

Text Example


Text Example

White with #15ADDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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