Html Css Color HEX #15ACC0 Iris Blue

📋 copy color: '#15ACC0'

red 21 ◦ green 172 ◦ blue 192

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

Shades of Iris Blue #15ACC0

Tints of Iris Blue #15ACC0

RGB

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

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

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

R = 5.45%
G = 44.68%
B = 49.87%

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

#15ACC0 (or 0x15ACC0) is known color: Iris Blue. HEX triplet: 15, AC and C0. RGB value is (21,172,192). Sum of RGB (Red+Green+Blue) = 21+172+192=385 (50% of max value = 765). Red value is 21 (8.59% from 255 or 5.45% from 385); Green value is 172 (67.58% from 255 or 44.68% from 385); Blue value is 192 (75.39% from 255 or 49.87% from 385); Max value from RGB is 192 - color contains mainly: blue. Hex color #15ACC0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15ACC0 is #EA533F. Grayscale: #808080. Windows color (decimal): -15356736 or 12626965. OLE color: 12626965.

HSL color Cylindrical-coordinate representation of color #15ACC0: hue angle of 187.02º 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 #15ACC0 is Cyan = 0.89, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 21 172 192 -
CMYK 0.89 0.10 0 0.25
HSL 187.02º 0.8% 0.42% -
HSV(B) 187.02º 0.89% 0.75% -
XYZ 24.58 33.47 55.03 -
YUV 129.13 163.47 50.87 -
System Red Green Blue C M Y K H S L
Decimal 21 172 192 0.89 0.10 0 0.25 187.02 0.8 0.42
Hex 15 AC C0 59 A 0 19 BB 50 2A
Octal 25 254 300 131 12 0 31 273 120 52
Binary 10101 10101100 11000000 1011001 1010 0 11001 10111011 1010000 101010

Color Harmonies of #15ACC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15ACC0

Black with #15ACC0

Text Example


Text Example

White with #15ACC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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