Html Css Color HEX #15ABDA Iris Blue

📋 copy color: '#15ABDA'

red 21 ◦ green 171 ◦ blue 218

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

Shades of Iris Blue #15ABDA

Tints of Iris Blue #15ABDA

RGB

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

 GREEN value IS 171 (67.19% from 255) = 41.71%

 BLUE value IS 218 (85.55% from 255) = 53.17%

R = 5.12%
G = 41.71%
B = 53.17%

CMYK

 C value IS 0.90

 M value IS 0.22

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#15ABDA (or 0x15ABDA) is known color: Iris Blue. HEX triplet: 15, AB and DA. RGB value is (21,171,218). Sum of RGB (Red+Green+Blue) = 21+171+218=410 (54% of max value = 765). Red value is 21 (8.59% from 255 or 5.12% from 410); Green value is 171 (67.19% from 255 or 41.71% from 410); Blue value is 218 (85.55% from 255 or 53.17% from 410); Max value from RGB is 218 - color contains mainly: blue. Hex color #15ABDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15ABDA is #EA5425. Grayscale: #838383. Windows color (decimal): -15356966 or 14330645. OLE color: 14330645.

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

Color convert

RGB 21 171 218 -
CMYK 0.90 0.22 0 0.15
HSL 194.31º 0.82% 0.47% -
HSV(B) 194.31º 0.9% 0.85% -
XYZ 27.53 34.35 71.51 -
YUV 131.51 176.81 49.18 -
System Red Green Blue C M Y K H S L
Decimal 21 171 218 0.90 0.22 0 0.15 194.31 0.82 0.47
Hex 15 AB DA 5A 16 0 F C2 52 2F
Octal 25 253 332 132 26 0 17 302 122 57
Binary 10101 10101011 11011010 1011010 10110 0 1111 11000010 1010010 101111

Color Harmonies of #15ABDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15ABDA

Black with #15ABDA

Text Example


Text Example

White with #15ABDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,171,218); }

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

background-color css

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

 a { background-color: rgb(21,171,218); }

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

border-color css

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

 span { border-color: rgb(21,171,218); }

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