#12ADC1

Color #12ADC1 Iris Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Iris Blue #12ADC1

Tints of Iris Blue #12ADC1

Color information

#12ADC1 (or 0x12ADC1) is unknown color: approx Iris Blue. HEX triplet: 12, AD and C1. RGB value is (18,173,193). Sum of RGB (Red+Green+Blue) = 18+173+193=384 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.69% from 384); Green value is 173 (67.97% from 255 or 45.05% from 384); Blue value is 193 (75.78% from 255 or 50.26% from 384); Max value from RGB is 193 - color contains mainly: blue. Hex color #12ADC1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12ADC1 is #ED523E. Grayscale: #808080. Windows color (decimal): -15553087 or 12692754. OLE color: 12692754.

HSL color Cylindrical-coordinate representation of color #12ADC1: hue angle of 186.86º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12ADC1 is Cyan = 0.91, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB18173193-
CMYK0.910.1000.24
HSL186.86º82.94%41.37%-
HSV(B)186.86º90.67%75.69%-
XYZ24.8233.8755.68-
YUV128.94164.1548.87-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.69%
GREEN value IS 173 (67.97% from 255) = 45.05%
BLUE value IS 193 (75.78% from 255) = 50.26%
R=4.69%
G=45.05%
B=50.26%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal181731930.910.1000.24186.8682.9441.37
Hex12ADC15BA018bb5329
Octal222553011331203027312351
Binary10010101011011100000110110111010011000101110111010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12ADC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12ADC1; }

 p { color: rgb(18,173,193); }

 H1.HeaderClassName
 {
   color: #12ADC1;
 }
 .AnyTagClassName
 {
   color: #12ADC1;
 }
</style>
background-color css

<style>
 a { background-color: #12ADC1; }

 a { background-color: rgb(18,173,193); }

 div.DivClassName
 {
   background-color: #12ADC1;
 }
 .BgClassName
 {
   background-color: #12ADC1;
 }
</style>
border-color css

<style>
 span { border-color: #12ADC1; }

 span { border-color: rgb(18,173,193); }

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