Html Css Color HEX #12AABB Iris Blue

📋 copy color: '#12AABB'

red 18 ◦ green 170 ◦ blue 187

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

Shades of Iris Blue #12AABB

Tints of Iris Blue #12AABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 49.87%

R = 4.8%
G = 45.33%
B = 49.87%

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

#12AABB (or 0x12AABB) is known color: Iris Blue. HEX triplet: 12, AA and BB. RGB value is (18,170,187). Sum of RGB (Red+Green+Blue) = 18+170+187=375 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.8% from 375); Green value is 170 (66.80% from 255 or 45.33% from 375); Blue value is 187 (73.44% from 255 or 49.87% from 375); Max value from RGB is 187 - color contains mainly: blue. Hex color #12AABB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12AABB is #ED5544. Grayscale: #7E7E7E. Windows color (decimal): -15553861 or 12298770. OLE color: 12298770.

HSL color Cylindrical-coordinate representation of color #12AABB: hue angle of 186.04º 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 #12AABB is Cyan = 0.90, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 18 170 187 -
CMYK 0.90 0.09 0 0.27
HSL 186.04º 0.82% 0.4% -
HSV(B) 186.04º 0.9% 0.73% -
XYZ 23.59 32.47 52.04 -
YUV 126.49 162.14 50.62 -
System Red Green Blue C M Y K H S L
Decimal 18 170 187 0.90 0.09 0 0.27 186.04 0.82 0.4
Hex 12 AA BB 5A 9 0 1B BA 52 28
Octal 22 252 273 132 11 0 33 272 122 50
Binary 10010 10101010 10111011 1011010 1001 0 11011 10111010 1010010 101000

Color Harmonies of #12AABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AABB

Black with #12AABB

Text Example


Text Example

White with #12AABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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