#12B2CC

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

Shades of Iris Blue #12B2CC

Tints of Iris Blue #12B2CC

Color information

#12B2CC (or 0x12B2CC) is unknown color: approx Iris Blue. HEX triplet: 12, B2 and CC. RGB value is (18,178,204). Sum of RGB (Red+Green+Blue) = 18+178+204=400 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.5% from 400); Green value is 178 (69.92% from 255 or 44.5% from 400); Blue value is 204 (80.08% from 255 or 51% from 400); Max value from RGB is 204 - color contains mainly: blue. Hex color #12B2CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12B2CC is #ED4D33. Grayscale: #848484. Windows color (decimal): -15551796 or 13414930. OLE color: 13414930.

HSL color Cylindrical-coordinate representation of color #12B2CC: hue angle of 188.39º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12B2CC is Cyan = 0.91, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB18178204-
CMYK0.910.1300.2
HSL188.39º83.78%43.53%-
HSV(B)188.39º91.18%80%-
XYZ27.0736.3362.71-
YUV133.12167.9945.89-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.5%
GREEN value IS 178 (69.92% from 255) = 44.5%
BLUE value IS 204 (80.08% from 255) = 51%
R=4.5%
G=44.5%
B=51%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal181782040.910.1300.2188.3983.7843.53
Hex12B2CC5BD014bc542c
Octal222623141331502427412454
Binary10010101100101100110010110111101010100101111001010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12B2CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,178,204); }

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

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

 a { background-color: rgb(18,178,204); }

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

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

 span { border-color: rgb(18,178,204); }

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