Html Css Color HEX #12AABA Iris Blue

📋 copy color: '#12AABA'

red 18 ◦ green 170 ◦ blue 186

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

Shades of Iris Blue #12AABA

Tints of Iris Blue #12AABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 49.73%

R = 4.81%
G = 45.45%
B = 49.73%

CMYK

 C value IS 0.90

 M value IS 0.09

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#12AABA (or 0x12AABA) is known color: Iris Blue. HEX triplet: 12, AA and BA. RGB value is (18,170,186). Sum of RGB (Red+Green+Blue) = 18+170+186=374 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.81% from 374); Green value is 170 (66.80% from 255 or 45.45% from 374); Blue value is 186 (73.05% from 255 or 49.73% from 374); Max value from RGB is 186 - color contains mainly: blue. Hex color #12AABA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12AABA is #ED5545. Grayscale: #7E7E7E. Windows color (decimal): -15553862 or 12233234. OLE color: 12233234.

HSL color Cylindrical-coordinate representation of color #12AABA: hue angle of 185.71º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12AABA is Cyan = 0.90, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 18 170 186 -
CMYK 0.90 0.09 0 0.27
HSL 185.71º 0.82% 0.4% -
HSV(B) 185.71º 0.9% 0.73% -
XYZ 23.49 32.42 51.47 -
YUV 126.38 161.64 50.7 -
System Red Green Blue C M Y K H S L
Decimal 18 170 186 0.90 0.09 0 0.27 185.71 0.82 0.4
Hex 12 AA BA 5A 9 0 1B BA 52 28
Octal 22 252 272 132 11 0 33 272 122 50
Binary 10010 10101010 10111010 1011010 1001 0 11011 10111010 1010010 101000

Color Harmonies of #12AABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AABA

Black with #12AABA

Text Example


Text Example

White with #12AABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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