Html Css Color HEX #12ADC3 Iris Blue

📋 copy color: '#12ADC3'

red 18 ◦ green 173 ◦ blue 195

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

Shades of Iris Blue #12ADC3

Tints of Iris Blue #12ADC3

RGB

 RED value IS 18 (7.42% from 255) = 4.66%

 GREEN value IS 173 (67.97% from 255) = 44.82%

 BLUE value IS 195 (76.56% from 255) = 50.52%

R = 4.66%
G = 44.82%
B = 50.52%

CMYK

 C value IS 0.91

 M value IS 0.11

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#12ADC3 (or 0x12ADC3) is known color: Iris Blue. HEX triplet: 12, AD and C3. RGB value is (18,173,195). Sum of RGB (Red+Green+Blue) = 18+173+195=386 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.66% from 386); Green value is 173 (67.97% from 255 or 44.82% from 386); Blue value is 195 (76.56% from 255 or 50.52% from 386); Max value from RGB is 195 - color contains mainly: blue. Hex color #12ADC3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12ADC3 is #ED523C. Grayscale: #808080. Windows color (decimal): -15553085 or 12823826. OLE color: 12823826.

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

Color convert

RGB 18 173 195 -
CMYK 0.91 0.11 0 0.24
HSL 187.46º 0.83% 0.42% -
HSV(B) 187.46º 0.91% 0.76% -
XYZ 25.04 33.96 56.86 -
YUV 129.16 165.15 48.71 -
System Red Green Blue C M Y K H S L
Decimal 18 173 195 0.91 0.11 0 0.24 187.46 0.83 0.42
Hex 12 AD C3 5B B 0 18 BB 53 2A
Octal 22 255 303 133 13 0 30 273 123 52
Binary 10010 10101101 11000011 1011011 1011 0 11000 10111011 1010011 101010

Color Harmonies of #12ADC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12ADC3

Black with #12ADC3

Text Example


Text Example

White with #12ADC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #12ADC3;
 }
 .AnyTagClassName
 {
   color: #12ADC3;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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