Html Css Color HEX #12AABF Iris Blue

📋 copy color: '#12AABF'

red 18 ◦ green 170 ◦ blue 191

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

Shades of Iris Blue #12AABF

Tints of Iris Blue #12AABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 50.4%

R = 4.75%
G = 44.85%
B = 50.4%

CMYK

 C value IS 0.91

 M value IS 0.11

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#12AABF (or 0x12AABF) is known color: Iris Blue. HEX triplet: 12, AA and BF. RGB value is (18,170,191). Sum of RGB (Red+Green+Blue) = 18+170+191=379 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.75% from 379); Green value is 170 (66.80% from 255 or 44.85% from 379); Blue value is 191 (75% from 255 or 50.40% from 379); Max value from RGB is 191 - color contains mainly: blue. Hex color #12AABF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12AABF is #ED5540. Grayscale: #7E7E7E. Windows color (decimal): -15553857 or 12560914. OLE color: 12560914.

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

Color convert

RGB 18 170 191 -
CMYK 0.91 0.11 0 0.25
HSL 187.28º 0.83% 0.41% -
HSV(B) 187.28º 0.91% 0.75% -
XYZ 24.03 32.64 54.32 -
YUV 126.95 164.14 50.29 -
System Red Green Blue C M Y K H S L
Decimal 18 170 191 0.91 0.11 0 0.25 187.28 0.83 0.41
Hex 12 AA BF 5B B 0 19 BB 53 29
Octal 22 252 277 133 13 0 31 273 123 51
Binary 10010 10101010 10111111 1011011 1011 0 11001 10111011 1010011 101001

Color Harmonies of #12AABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AABF

Black with #12AABF

Text Example


Text Example

White with #12AABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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