#12B3CA

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

Shades of Iris Blue #12B3CA

Tints of Iris Blue #12B3CA

Color information

#12B3CA (or 0x12B3CA) is unknown color: approx Iris Blue. HEX triplet: 12, B3 and CA. RGB value is (18,179,202). Sum of RGB (Red+Green+Blue) = 18+179+202=399 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.51% from 399); Green value is 179 (70.31% from 255 or 44.86% from 399); Blue value is 202 (79.30% from 255 or 50.63% from 399); Max value from RGB is 202 - color contains mainly: blue. Hex color #12B3CA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12B3CA is #ED4C35. Grayscale: #858585. Windows color (decimal): -15551542 or 13284114. OLE color: 13284114.

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

Color convert

RGB18179202-
CMYK0.910.1100.21
HSL187.5º83.64%43.14%-
HSV(B)187.5º91.09%79.22%-
XYZ27.0336.6361.52-
YUV133.48166.6645.63-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.51%
GREEN value IS 179 (70.31% from 255) = 44.86%
BLUE value IS 202 (79.30% from 255) = 50.63%
R=4.51%
G=44.86%
B=50.63%

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
Decimal181792020.910.1100.21187.583.6443.14
Hex12B3CA5BB015bc542b
Octal222633121331302527412453
Binary10010101100111100101010110111011010101101111001010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12B3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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