Html Css Color HEX #12AABD Iris Blue

📋 copy color: '#12AABD'

red 18 ◦ green 170 ◦ blue 189

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

Shades of Iris Blue #12AABD

Tints of Iris Blue #12AABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 50.13%

R = 4.77%
G = 45.09%
B = 50.13%

CMYK

 C value IS 0.90

 M value IS 0.10

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#12AABD (or 0x12AABD) is known color: Iris Blue. HEX triplet: 12, AA and BD. RGB value is (18,170,189). Sum of RGB (Red+Green+Blue) = 18+170+189=377 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.77% from 377); Green value is 170 (66.80% from 255 or 45.09% from 377); Blue value is 189 (74.22% from 255 or 50.13% from 377); Max value from RGB is 189 - color contains mainly: blue. Hex color #12AABD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12AABD is #ED5542. Grayscale: #7E7E7E. Windows color (decimal): -15553859 or 12429842. OLE color: 12429842.

HSL color Cylindrical-coordinate representation of color #12AABD: hue angle of 186.67º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12AABD is Cyan = 0.90, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 18 170 189 -
CMYK 0.90 0.10 0 0.26
HSL 186.67º 0.83% 0.41% -
HSV(B) 186.67º 0.9% 0.74% -
XYZ 23.81 32.55 53.17 -
YUV 126.72 163.14 50.46 -
System Red Green Blue C M Y K H S L
Decimal 18 170 189 0.90 0.10 0 0.26 186.67 0.83 0.41
Hex 12 AA BD 5A A 0 1A BB 53 29
Octal 22 252 275 132 12 0 32 273 123 51
Binary 10010 10101010 10111101 1011010 1010 0 11010 10111011 1010011 101001

Color Harmonies of #12AABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AABD

Black with #12AABD

Text Example


Text Example

White with #12AABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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