#12BECA

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

Shades of Iris Blue #12BECA

Tints of Iris Blue #12BECA

Color information

#12BECA (or 0x12BECA) is unknown color: approx Iris Blue. HEX triplet: 12, BE and CA. RGB value is (18,190,202). Sum of RGB (Red+Green+Blue) = 18+190+202=410 (54% of max value = 765). Red value is 18 (7.42% from 255 or 4.39% from 410); Green value is 190 (74.61% from 255 or 46.34% from 410); Blue value is 202 (79.30% from 255 or 49.27% from 410); Max value from RGB is 202 - color contains mainly: blue. Hex color #12BECA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12BECA is #ED4135. Grayscale: #8B8B8B. Windows color (decimal): -15548726 or 13286930. OLE color: 13286930.

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

Color convert

RGB18190202-
CMYK0.910.0600.21
HSL183.91º83.64%43.14%-
HSV(B)183.91º91.09%79.22%-
XYZ29.3241.2262.29-
YUV139.94163.0241.02-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.39%
GREEN value IS 190 (74.61% from 255) = 46.34%
BLUE value IS 202 (79.30% from 255) = 49.27%
R=4.39%
G=46.34%
B=49.27%

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
Decimal181902020.910.0600.21183.9183.6443.14
Hex12BECA5B6015b8542b
Octal22276312133602527012453
Binary1001010111110110010101011011110010101101110001010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12BECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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