#12BEC2

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

Shades of Iris Blue #12BEC2

Tints of Iris Blue #12BEC2

Color information

#12BEC2 (or 0x12BEC2) is unknown color: approx Iris Blue. HEX triplet: 12, BE and C2. RGB value is (18,190,194). Sum of RGB (Red+Green+Blue) = 18+190+194=402 (53% of max value = 765). Red value is 18 (7.42% from 255 or 4.48% from 402); Green value is 190 (74.61% from 255 or 47.26% from 402); Blue value is 194 (76.17% from 255 or 48.26% from 402); Max value from RGB is 194 - color contains mainly: blue. Hex color #12BEC2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12BEC2 is #ED413D. Grayscale: #8A8A8A. Windows color (decimal): -15548734 or 12762642. OLE color: 12762642.

HSL color Cylindrical-coordinate representation of color #12BEC2: hue angle of 181.36º 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 #12BEC2 is Cyan = 0.91, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB18190194-
CMYK0.910.0200.24
HSL181.36º83.02%41.57%-
HSV(B)181.36º90.72%76.08%-
XYZ28.440.8557.43-
YUV139.03159.0241.67-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.48%
GREEN value IS 190 (74.61% from 255) = 47.26%
BLUE value IS 194 (76.17% from 255) = 48.26%
R=4.48%
G=47.26%
B=48.26%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal181901940.910.0200.24181.3683.0241.57
Hex12BEC25B2018b5532a
Octal22276302133203026512352
Binary100101011111011000010101101110011000101101011010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12BEC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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