Html Css Color HEX #12AADA Iris Blue

📋 copy color: '#12AADA'

red 18 ◦ green 170 ◦ blue 218

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

Shades of Iris Blue #12AADA

Tints of Iris Blue #12AADA

RGB

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

 GREEN value IS 170 (66.8% from 255) = 41.87%

 BLUE value IS 218 (85.55% from 255) = 53.69%

R = 4.43%
G = 41.87%
B = 53.69%

CMYK

 C value IS 0.92

 M value IS 0.22

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#12AADA (or 0x12AADA) is known color: Iris Blue. HEX triplet: 12, AA and DA. RGB value is (18,170,218). Sum of RGB (Red+Green+Blue) = 18+170+218=406 (53% of max value = 765). Red value is 18 (7.42% from 255 or 4.43% from 406); Green value is 170 (66.80% from 255 or 41.87% from 406); Blue value is 218 (85.55% from 255 or 53.69% from 406); Max value from RGB is 218 - color contains mainly: blue. Hex color #12AADA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12AADA is #ED5525. Grayscale: #818181. Windows color (decimal): -15553830 or 14330386. OLE color: 14330386.

HSL color Cylindrical-coordinate representation of color #12AADA: hue angle of 194.4º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12AADA is Cyan = 0.92, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 18 170 218 -
CMYK 0.92 0.22 0 0.15
HSL 194.4º 0.85% 0.46% -
HSV(B) 194.4º 0.92% 0.85% -
XYZ 27.28 33.94 71.44 -
YUV 130.02 177.64 48.1 -
System Red Green Blue C M Y K H S L
Decimal 18 170 218 0.92 0.22 0 0.15 194.4 0.85 0.46
Hex 12 AA DA 5C 16 0 F C2 55 2E
Octal 22 252 332 134 26 0 17 302 125 56
Binary 10010 10101010 11011010 1011100 10110 0 1111 11000010 1010101 101110

Color Harmonies of #12AADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AADA

Black with #12AADA

Text Example


Text Example

White with #12AADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,170,218); }

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

background-color css

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

 a { background-color: rgb(18,170,218); }

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

border-color css

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

 span { border-color: rgb(18,170,218); }

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