Html Css Color HEX #15ACDD Iris Blue

📋 copy color: '#15ACDD'

red 21 ◦ green 172 ◦ blue 221

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

Shades of Iris Blue #15ACDD

Tints of Iris Blue #15ACDD

RGB

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

 GREEN value IS 172 (67.58% from 255) = 41.55%

 BLUE value IS 221 (86.72% from 255) = 53.38%

R = 5.07%
G = 41.55%
B = 53.38%

CMYK

 C value IS 0.90

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#15ACDD (or 0x15ACDD) is known color: Iris Blue. HEX triplet: 15, AC and DD. RGB value is (21,172,221). Sum of RGB (Red+Green+Blue) = 21+172+221=414 (54% of max value = 765). Red value is 21 (8.59% from 255 or 5.07% from 414); Green value is 172 (67.58% from 255 or 41.55% from 414); Blue value is 221 (86.72% from 255 or 53.38% from 414); Max value from RGB is 221 - color contains mainly: blue. Hex color #15ACDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15ACDD is #EA5322. Grayscale: #848484. Windows color (decimal): -15356707 or 14527509. OLE color: 14527509.

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

Color convert

RGB 21 172 221 -
CMYK 0.90 0.22 0 0.13
HSL 194.7º 0.83% 0.47% -
HSV(B) 194.7º 0.9% 0.87% -
XYZ 28.11 34.88 73.66 -
YUV 132.44 177.97 48.52 -
System Red Green Blue C M Y K H S L
Decimal 21 172 221 0.90 0.22 0 0.13 194.7 0.83 0.47
Hex 15 AC DD 5A 16 0 D C3 53 2F
Octal 25 254 335 132 26 0 15 303 123 57
Binary 10101 10101100 11011101 1011010 10110 0 1101 11000011 1010011 101111

Color Harmonies of #15ACDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15ACDD

Black with #15ACDD

Text Example


Text Example

White with #15ACDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,172,221); }

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

background-color css

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

 a { background-color: rgb(21,172,221); }

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

border-color css

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

 span { border-color: rgb(21,172,221); }

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