Html Css Color HEX #15ACDC Iris Blue

📋 copy color: '#15ACDC'

red 21 ◦ green 172 ◦ blue 220

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

Shades of Iris Blue #15ACDC

Tints of Iris Blue #15ACDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 53.27%

R = 5.08%
G = 41.65%
B = 53.27%

CMYK

 C value IS 0.90

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#15ACDC (or 0x15ACDC) is known color: Iris Blue. HEX triplet: 15, AC and DC. RGB value is (21,172,220). Sum of RGB (Red+Green+Blue) = 21+172+220=413 (54% of max value = 765). Red value is 21 (8.59% from 255 or 5.08% from 413); Green value is 172 (67.58% from 255 or 41.65% from 413); Blue value is 220 (86.33% from 255 or 53.27% from 413); Max value from RGB is 220 - color contains mainly: blue. Hex color #15ACDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15ACDC is #EA5323. Grayscale: #838383. Windows color (decimal): -15356708 or 14461973. OLE color: 14461973.

HSL color Cylindrical-coordinate representation of color #15ACDC: hue angle of 194.47º degrees, saturation: 0.83, 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 #15ACDC is Cyan = 0.90, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 21 172 220 -
CMYK 0.90 0.22 0 0.14
HSL 194.47º 0.83% 0.47% -
HSV(B) 194.47º 0.9% 0.86% -
XYZ 27.98 34.83 72.96 -
YUV 132.32 177.47 48.6 -
System Red Green Blue C M Y K H S L
Decimal 21 172 220 0.90 0.22 0 0.14 194.47 0.83 0.47
Hex 15 AC DC 5A 16 0 E C2 53 2F
Octal 25 254 334 132 26 0 16 302 123 57
Binary 10101 10101100 11011100 1011010 10110 0 1110 11000010 1010011 101111

Color Harmonies of #15ACDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15ACDC

Black with #15ACDC

Text Example


Text Example

White with #15ACDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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