#12BBC2

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

Shades of Iris Blue #12BBC2

Tints of Iris Blue #12BBC2

Color information

#12BBC2 (or 0x12BBC2) is unknown color: approx Iris Blue. HEX triplet: 12, BB and C2. RGB value is (18,187,194). Sum of RGB (Red+Green+Blue) = 18+187+194=399 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.51% from 399); Green value is 187 (73.44% from 255 or 46.87% from 399); Blue value is 194 (76.17% from 255 or 48.62% from 399); Max value from RGB is 194 - color contains mainly: blue. Hex color #12BBC2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12BBC2 is #ED443D. Grayscale: #898989. Windows color (decimal): -15549502 or 12761874. OLE color: 12761874.

HSL color Cylindrical-coordinate representation of color #12BBC2: hue angle of 182.39º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12BBC2 is Cyan = 0.91, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB18187194-
CMYK0.910.0400.24
HSL182.39º83.02%41.57%-
HSV(B)182.39º90.72%76.08%-
XYZ27.7639.5657.21-
YUV137.27160.0142.93-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.51%
GREEN value IS 187 (73.44% from 255) = 46.87%
BLUE value IS 194 (76.17% from 255) = 48.62%
R=4.51%
G=46.87%
B=48.62%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal181871940.910.0400.24182.3983.0241.57
Hex12BBC25B4018b6532a
Octal22273302133403026612352
Binary1001010111011110000101011011100011000101101101010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12BBC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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