#12B4CA

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

Shades of Iris Blue #12B4CA

Tints of Iris Blue #12B4CA

Color information

#12B4CA (or 0x12B4CA) is unknown color: approx Iris Blue. HEX triplet: 12, B4 and CA. RGB value is (18,180,202). Sum of RGB (Red+Green+Blue) = 18+180+202=400 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.5% from 400); Green value is 180 (70.70% from 255 or 45% from 400); Blue value is 202 (79.30% from 255 or 50.5% from 400); Max value from RGB is 202 - color contains mainly: blue. Hex color #12B4CA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12B4CA is #ED4B35. Grayscale: #858585. Windows color (decimal): -15551286 or 13284370. OLE color: 13284370.

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

Color convert

RGB18180202-
CMYK0.910.1100.21
HSL187.17º83.64%43.14%-
HSV(B)187.17º91.09%79.22%-
XYZ27.2337.0461.59-
YUV134.07166.3345.21-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.5%
GREEN value IS 180 (70.70% from 255) = 45%
BLUE value IS 202 (79.30% from 255) = 50.5%
R=4.5%
G=45%
B=50.5%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal181802020.910.1100.21187.1783.6443.14
Hex12B4CA5BB015bb542b
Octal222643121331302527312453
Binary10010101101001100101010110111011010101101110111010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12B4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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