#12BFD6

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

Shades of Iris Blue #12BFD6

Tints of Iris Blue #12BFD6

Color information

#12BFD6 (or 0x12BFD6) is unknown color: approx Iris Blue. HEX triplet: 12, BF and D6. RGB value is (18,191,214). Sum of RGB (Red+Green+Blue) = 18+191+214=423 (56% of max value = 765). Red value is 18 (7.42% from 255 or 4.26% from 423); Green value is 191 (75% from 255 or 45.15% from 423); Blue value is 214 (83.98% from 255 or 50.59% from 423); Max value from RGB is 214 - color contains mainly: blue. Hex color #12BFD6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12BFD6 is #ED4029. Grayscale: #8D8D8D. Windows color (decimal): -15548458 or 14073618. OLE color: 14073618.

HSL color Cylindrical-coordinate representation of color #12BFD6: hue angle of 187.04º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12BFD6 is Cyan = 0.92, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB18191214-
CMYK0.920.1100.16
HSL187.04º84.48%45.49%-
HSV(B)187.04º91.59%83.92%-
XYZ31.0242.2570.14-
YUV141.89168.6939.63-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.26%
GREEN value IS 191 (75% from 255) = 45.15%
BLUE value IS 214 (83.98% from 255) = 50.59%
R=4.26%
G=45.15%
B=50.59%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal181912140.920.1100.16187.0484.4845.49
Hex12BFD65CB010bb542d
Octal222773261341302027312455
Binary10010101111111101011010111001011010000101110111010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12BFD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,191,214); }

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

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

 a { background-color: rgb(18,191,214); }

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

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

 span { border-color: rgb(18,191,214); }

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