Html Css Color HEX #12AACC Iris Blue

📋 copy color: '#12AACC'

red 18 ◦ green 170 ◦ blue 204

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

Shades of Iris Blue #12AACC

Tints of Iris Blue #12AACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 52.04%

R = 4.59%
G = 43.37%
B = 52.04%

CMYK

 C value IS 0.91

 M value IS 0.17

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#12AACC (or 0x12AACC) is known color: Iris Blue. HEX triplet: 12, AA and CC. RGB value is (18,170,204). Sum of RGB (Red+Green+Blue) = 18+170+204=392 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.59% from 392); Green value is 170 (66.80% from 255 or 43.37% from 392); Blue value is 204 (80.08% from 255 or 52.04% from 392); Max value from RGB is 204 - color contains mainly: blue. Hex color #12AACC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12AACC is #ED5533. Grayscale: #808080. Windows color (decimal): -15553844 or 13412882. OLE color: 13412882.

HSL color Cylindrical-coordinate representation of color #12AACC: hue angle of 190.97º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12AACC is Cyan = 0.91, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 18 170 204 -
CMYK 0.91 0.17 0 0.2
HSL 190.97º 0.84% 0.44% -
HSV(B) 190.97º 0.91% 0.8% -
XYZ 25.52 33.24 62.2 -
YUV 128.43 170.64 49.24 -
System Red Green Blue C M Y K H S L
Decimal 18 170 204 0.91 0.17 0 0.2 190.97 0.84 0.44
Hex 12 AA CC 5B 11 0 14 BF 54 2C
Octal 22 252 314 133 21 0 24 277 124 54
Binary 10010 10101010 11001100 1011011 10001 0 10100 10111111 1010100 101100

Color Harmonies of #12AACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AACC

Black with #12AACC

Text Example


Text Example

White with #12AACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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