#12BDCA

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

Shades of Iris Blue #12BDCA

Tints of Iris Blue #12BDCA

Color information

#12BDCA (or 0x12BDCA) is unknown color: approx Iris Blue. HEX triplet: 12, BD and CA. RGB value is (18,189,202). Sum of RGB (Red+Green+Blue) = 18+189+202=409 (54% of max value = 765). Red value is 18 (7.42% from 255 or 4.40% from 409); Green value is 189 (74.22% from 255 or 46.21% from 409); Blue value is 202 (79.30% from 255 or 49.39% from 409); Max value from RGB is 202 - color contains mainly: blue. Hex color #12BDCA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12BDCA is #ED4235. Grayscale: #8B8B8B. Windows color (decimal): -15548982 or 13286674. OLE color: 13286674.

HSL color Cylindrical-coordinate representation of color #12BDCA: hue angle of 184.24º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12BDCA is Cyan = 0.91, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB18189202-
CMYK0.910.0600.21
HSL184.24º83.64%43.14%-
HSV(B)184.24º91.09%79.22%-
XYZ29.1140.7962.22-
YUV139.35163.3541.44-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.40%
GREEN value IS 189 (74.22% from 255) = 46.21%
BLUE value IS 202 (79.30% from 255) = 49.39%
R=4.40%
G=46.21%
B=49.39%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal181892020.910.0600.21184.2483.6443.14
Hex12BDCA5B6015b8542b
Octal22275312133602527012453
Binary1001010111101110010101011011110010101101110001010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12BDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,189,202); }

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

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

 a { background-color: rgb(18,189,202); }

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

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

 span { border-color: rgb(18,189,202); }

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