#12B3DE

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

Shades of Iris Blue #12B3DE

Tints of Iris Blue #12B3DE

Color information

#12B3DE (or 0x12B3DE) is unknown color: approx Iris Blue. HEX triplet: 12, B3 and DE. RGB value is (18,179,222). Sum of RGB (Red+Green+Blue) = 18+179+222=419 (55% of max value = 765). Red value is 18 (7.42% from 255 or 4.30% from 419); Green value is 179 (70.31% from 255 or 42.72% from 419); Blue value is 222 (87.11% from 255 or 52.98% from 419); Max value from RGB is 222 - color contains mainly: blue. Hex color #12B3DE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12B3DE is #ED4C21. Grayscale: #878787. Windows color (decimal): -15551522 or 14594834. OLE color: 14594834.

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

Color convert

RGB18179222-
CMYK0.920.1900.13
HSL192.65º85%47.06%-
HSV(B)192.65º91.89%87.06%-
XYZ29.5537.6474.82-
YUV135.76176.6644-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.30%
GREEN value IS 179 (70.31% from 255) = 42.72%
BLUE value IS 222 (87.11% from 255) = 52.98%
R=4.30%
G=42.72%
B=52.98%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal181792220.920.1900.13192.658547.06
Hex12B3DE5C130Dc1552f
Octal222633361342301530112557
Binary10010101100111101111010111001001101101110000011010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12B3DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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