#12b8e3

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

Shades of Iris Blue #12B8E3

Tints of Iris Blue #12B8E3

Color information

#12B8E3 (or 0x12B8E3) is unknown color: approx Iris Blue. HEX triplet: 12, B8 and E3. RGB value is (18,184,227). Sum of RGB (Red+Green+Blue) = 18+184+227=429 (56% of max value = 765). Red value is 18 (7.42% from 255 or 4.20% from 429); Green value is 184 (72.27% from 255 or 42.89% from 429); Blue value is 227 (89.06% from 255 or 52.91% from 429); Max value from RGB is 227 - color contains mainly: blue. Hex color #12B8E3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12B8E3 is #ED471C. Grayscale: #8A8A8A. Windows color (decimal): -15550237 or 14923794. OLE color: 14923794.

HSL color Cylindrical-coordinate representation of color #12B8E3: hue angle of 192.34º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12B8E3 is Cyan = 0.92, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB18184227-
CMYK0.920.1900.11
HSL192.34º85.31%48.04%-
HSV(B)192.34º92.07%89.02%-
XYZ31.2639.9678.74-
YUV139.27177.541.5-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.20%
GREEN value IS 184 (72.27% from 255) = 42.89%
BLUE value IS 227 (89.06% from 255) = 52.91%
R=4.20%
G=42.89%
B=52.91%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal181842270.920.1900.11192.3485.3148.04
Hex12B8E35C130Bc05530
Octal222703431342301330012560
Binary10010101110001110001110111001001101011110000001010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12b8e3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,184,227); }

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

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

 a { background-color: rgb(18,184,227); }

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

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

 span { border-color: rgb(18,184,227); }

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