#12B0CA

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

Shades of Iris Blue #12B0CA

Tints of Iris Blue #12B0CA

Color information

#12B0CA (or 0x12B0CA) is unknown color: approx Iris Blue. HEX triplet: 12, B0 and CA. RGB value is (18,176,202). Sum of RGB (Red+Green+Blue) = 18+176+202=396 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.55% from 396); Green value is 176 (69.14% from 255 or 44.44% from 396); Blue value is 202 (79.30% from 255 or 51.01% from 396); Max value from RGB is 202 - color contains mainly: blue. Hex color #12B0CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12B0CA is #ED4F35. Grayscale: #838383. Windows color (decimal): -15552310 or 13283346. OLE color: 13283346.

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

Color convert

RGB18176202-
CMYK0.910.1300.21
HSL188.48º83.64%43.14%-
HSV(B)188.48º91.09%79.22%-
XYZ26.4435.4461.33-
YUV131.72167.6546.89-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.55%
GREEN value IS 176 (69.14% from 255) = 44.44%
BLUE value IS 202 (79.30% from 255) = 51.01%
R=4.55%
G=44.44%
B=51.01%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal181762020.910.1300.21188.4883.6443.14
Hex12B0CA5BD015bc542b
Octal222603121331502527412453
Binary10010101100001100101010110111101010101101111001010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12B0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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