Html Css Color HEX #12AACE Iris Blue

📋 copy color: '#12AACE'

red 18 ◦ green 170 ◦ blue 206

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

Shades of Iris Blue #12AACE

Tints of Iris Blue #12AACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 52.28%

R = 4.57%
G = 43.15%
B = 52.28%

CMYK

 C value IS 0.91

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#12AACE (or 0x12AACE) is known color: Iris Blue. HEX triplet: 12, AA and CE. RGB value is (18,170,206). Sum of RGB (Red+Green+Blue) = 18+170+206=394 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.57% from 394); Green value is 170 (66.80% from 255 or 43.15% from 394); Blue value is 206 (80.86% from 255 or 52.28% from 394); Max value from RGB is 206 - color contains mainly: blue. Hex color #12AACE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12AACE is #ED5531. Grayscale: #808080. Windows color (decimal): -15553842 or 13543954. OLE color: 13543954.

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

Color convert

RGB 18 170 206 -
CMYK 0.91 0.17 0 0.19
HSL 191.49º 0.84% 0.44% -
HSV(B) 191.49º 0.91% 0.81% -
XYZ 25.76 33.33 63.47 -
YUV 128.66 171.64 49.07 -
System Red Green Blue C M Y K H S L
Decimal 18 170 206 0.91 0.17 0 0.19 191.49 0.84 0.44
Hex 12 AA CE 5B 11 0 13 BF 54 2C
Octal 22 252 316 133 21 0 23 277 124 54
Binary 10010 10101010 11001110 1011011 10001 0 10011 10111111 1010100 101100

Color Harmonies of #12AACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AACE

Black with #12AACE

Text Example


Text Example

White with #12AACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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