#12ABBB

Color #12ABBB Iris Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Iris Blue #12ABBB

Tints of Iris Blue #12ABBB

Color information

#12ABBB (or 0x12ABBB) is unknown color: approx Iris Blue. HEX triplet: 12, AB and BB. RGB value is (18,171,187). Sum of RGB (Red+Green+Blue) = 18+171+187=376 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.79% from 376); Green value is 171 (67.19% from 255 or 45.48% from 376); Blue value is 187 (73.44% from 255 or 49.73% from 376); Max value from RGB is 187 - color contains mainly: blue. Hex color #12ABBB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12ABBB is #ED5444. Grayscale: #7E7E7E. Windows color (decimal): -15553605 or 12299026. OLE color: 12299026.

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

Color convert

RGB18171187-
CMYK0.900.0900.27
HSL185.68º82.44%40.2%-
HSV(B)185.68º90.37%73.33%-
XYZ23.7832.8452.1-
YUV127.08161.8150.2-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.79%
GREEN value IS 171 (67.19% from 255) = 45.48%
BLUE value IS 187 (73.44% from 255) = 49.73%
R=4.79%
G=45.48%
B=49.73%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal181711870.900.0900.27185.6882.4440.2
Hex12ABBB5A901Bba5228
Octal222532731321103327212250
Binary10010101010111011101110110101001011011101110101010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12ABBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #12ABBB;
 }
 .AnyTagClassName
 {
   color: #12ABBB;
 }
</style>
background-color css

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

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

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

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

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

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